Color Hex Logo

#f278aa Color Hex

#F278AA
(242,120,170)
0 Favorites   0 Comments

Color spaces of #f278aa

RGB 242120170
HSL0.930.820.71
HSV335°50°95°
CMYK 0.000.500.30   0.05
XYZ50.590135.212542.1605
Yxy35.21250.39530.2752
Hunter Lab59.340148.3340-0.5868
CIE-Lab65.913852.1323-4.5428

#f278aa color RGB value is (242,120,170).

#f278aa hex color red value is 242, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f278aa hue: 0.93 , saturation: 0.82 and the lightness value of f278aa is 0.71.

The process color (four color CMYK) of #f278aa color hex is 0.00, 0.50, 0.30, 0.05. Web safe color of #f278aa is #ff6699. Color #f278aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111000 10101010
Octal 362 170 252
Decimal 242 120 170
Hex F2 78 AA

RGB Percentages of Color #f278aa

%45.49
%22.56
%31.95

CMYK Percentages of Color #f278aa

%0
%50
%30
%5

Triadic Colors of #f278aa

#f278aa #aaf278 #78aaf2

Analogous Colors of #f278aa

#f278aa #f28378 #f278e7

Monochromatic Colors of #f278aa

#f278aa

Complementary Color

#f278aa #78f2c0

#f278aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f278aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f278aa Color CSS Codes

.mybgcolor {background-color:#f278aa; } 
.myforecolor {color:#f278aa; }
.mybordercolor {border:3px solid #f278aa; }

#f278aa Text Font Color

<p style="color:#f278aa">Text here</p>

This sample text font color is #f278aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f278aa Background Color

<div style="background-color:#f278aa">
Div content here</div>

This div background color is #f278aa


#f278aa Border Color

<div style="border:3px solid #f278aa">
Div here</div>

This div border color is #f278aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,120,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f278aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f278aa;
  -webkit-box-shadow: 1px 1px 3px 2px #f278aa;
  box-shadow:         1px 1px 3px 2px #f278aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,120,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f278aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f278aa;
  -webkit-box-shadow: 1px 1px 3px 2px #f278aa;
  box-shadow:         1px 1px 3px 2px #f278aa;">
Div content here</div>

This div box has shadow with color #f278aa


Comments

No comments written yet.

Please login to write comment.