Html Css Color HEX #F0A0A9 Illusion

📋 copy color: '#F0A0A9'

red 240 ◦ green 160 ◦ blue 169

#F0A0A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Illusion #F0A0A9

Tints of Illusion #F0A0A9

RGB

 RED value IS 240 (94.14% from 255) = 42.18%

 GREEN value IS 160 (62.89% from 255) = 28.12%

 BLUE value IS 169 (66.41% from 255) = 29.7%

R = 42.18%
G = 28.12%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0A0A9 (or 0xF0A0A9) is known color: Illusion. HEX triplet: F0, A0 and A9. RGB value is (240,160,169). Sum of RGB (Red+Green+Blue) = 240+160+169=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A0A9 is #0F5F56. Grayscale: #B8B8B8. Windows color (decimal): -1007447 or 11116784. OLE color: 11116784.

HSL color Cylindrical-coordinate representation of color #F0A0A9: hue angle of 353.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0A9 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 169 -
CMYK 0 0.33 0.30 0.06
HSL 353.25º 0.73% 0.78% -
HSV(B) 353.25º 0.33% 0.94% -
XYZ 55.67 46.53 43.58 -
YUV 184.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 240 160 169 0 0.33 0.30 0.06 353.25 0.73 0.78
Hex F0 A0 A9 0 21 1E 6 161 49 4E
Octal 360 240 251 0 41 36 6 541 111 116
Binary 11110000 10100000 10101001 0 100001 11110 110 101100001 1001001 1001110

Color Harmonies of #F0A0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0A9

Black with #F0A0A9

Text Example


Text Example

White with #F0A0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0A9; }

 p { color: rgb(240,160,169); }

 H1.HeaderClassName
 {
   color: #F0A0A9;
 }
 .AnyTagClassName
 {
   color: #F0A0A9;
 }
</style>

background-color css

<style>
 a { background-color: #F0A0A9; }

 a { background-color: rgb(240,160,169); }

 div.DivClassName
 {
   background-color: #F0A0A9;
 }
 .BgClassName
 {
   background-color: #F0A0A9;
 }
</style>

border-color css

<style>
 span { border-color: #F0A0A9; }

 span { border-color: rgb(240,160,169); }

 td.TdClassName
 {
   border-color: #F0A0A9;
 }
 .TagClassName
 {
   border-color: #F0A0A9;
 }
</style>