Html Css Color HEX #F08FAE Illusion

📋 copy color: '#F08FAE'

red 240 ◦ green 143 ◦ blue 174

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

Shades of Illusion #F08FAE

Tints of Illusion #F08FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.67%

 BLUE value IS 174 (68.36% from 255) = 31.24%

R = 43.09%
G = 25.67%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F08FAE (or 0xF08FAE) is known color: Illusion. HEX triplet: F0, 8F and AE. RGB value is (240,143,174). Sum of RGB (Red+Green+Blue) = 240+143+174=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FAE is #0F7051. Grayscale: #AFAFAF. Windows color (decimal): -1011794 or 11440112. OLE color: 11440112.

HSL color Cylindrical-coordinate representation of color #F08FAE: hue angle of 340.82º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FAE is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 174 -
CMYK 0 0.40 0.28 0.06
HSL 340.82º 0.76% 0.75% -
HSV(B) 340.82º 0.4% 0.94% -
XYZ 53.4 41.23 45.19 -
YUV 175.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 240 143 174 0 0.40 0.28 0.06 340.82 0.76 0.75
Hex F0 8F AE 0 28 1C 6 155 4C 4B
Octal 360 217 256 0 50 34 6 525 114 113
Binary 11110000 10001111 10101110 0 101000 11100 110 101010101 1001100 1001011

Color Harmonies of #F08FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FAE

Black with #F08FAE

Text Example


Text Example

White with #F08FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FAE; }

 p { color: rgb(240,143,174); }

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

background-color css

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

 a { background-color: rgb(240,143,174); }

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

border-color css

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

 span { border-color: rgb(240,143,174); }

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