Html Css Color HEX #F08FB3 Illusion

📋 copy color: '#F08FB3'

red 240 ◦ green 143 ◦ blue 179

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

Shades of Illusion #F08FB3

Tints of Illusion #F08FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.85%

R = 42.7%
G = 25.44%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F08FB3 (or 0xF08FB3) is known color: Illusion. HEX triplet: F0, 8F and B3. RGB value is (240,143,179). Sum of RGB (Red+Green+Blue) = 240+143+179=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FB3 is #0F704C. Grayscale: #B0B0B0. Windows color (decimal): -1011789 or 11767792. OLE color: 11767792.

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

Color convert

RGB 240 143 179 -
CMYK 0 0.40 0.25 0.06
HSL 337.73º 0.76% 0.75% -
HSV(B) 337.73º 0.4% 0.94% -
XYZ 53.89 41.42 47.8 -
YUV 176.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 240 143 179 0 0.40 0.25 0.06 337.73 0.76 0.75
Hex F0 8F B3 0 28 19 6 152 4C 4B
Octal 360 217 263 0 50 31 6 522 114 113
Binary 11110000 10001111 10110011 0 101000 11001 110 101010010 1001100 1001011

Color Harmonies of #F08FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FB3

Black with #F08FB3

Text Example


Text Example

White with #F08FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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