Html Css Color HEX #F08FB6 Illusion

📋 copy color: '#F08FB6'

red 240 ◦ green 143 ◦ blue 182

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

Shades of Illusion #F08FB6

Tints of Illusion #F08FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.21%

R = 42.48%
G = 25.31%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F08FB6 (or 0xF08FB6) is known color: Illusion. HEX triplet: F0, 8F and B6. RGB value is (240,143,182). Sum of RGB (Red+Green+Blue) = 240+143+182=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FB6 is #0F7049. Grayscale: #B0B0B0. Windows color (decimal): -1011786 or 11964400. OLE color: 11964400.

HSL color Cylindrical-coordinate representation of color #F08FB6: hue angle of 335.88º 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 #F08FB6 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 182 -
CMYK 0 0.40 0.24 0.06
HSL 335.88º 0.76% 0.75% -
HSV(B) 335.88º 0.4% 0.94% -
XYZ 54.2 41.55 49.42 -
YUV 176.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 240 143 182 0 0.40 0.24 0.06 335.88 0.76 0.75
Hex F0 8F B6 0 28 18 6 150 4C 4B
Octal 360 217 266 0 50 30 6 520 114 113
Binary 11110000 10001111 10110110 0 101000 11000 110 101010000 1001100 1001011

Color Harmonies of #F08FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FB6

Black with #F08FB6

Text Example


Text Example

White with #F08FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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