Html Css Color HEX #F096AB Illusion

📋 copy color: '#F096AB'

red 240 ◦ green 150 ◦ blue 171

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

Shades of Illusion #F096AB

Tints of Illusion #F096AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.74%

 BLUE value IS 171 (67.19% from 255) = 30.48%

R = 42.78%
G = 26.74%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F096AB (or 0xF096AB) is known color: Illusion. HEX triplet: F0, 96 and AB. RGB value is (240,150,171). Sum of RGB (Red+Green+Blue) = 240+150+171=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F096AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096AB is #0F6954. Grayscale: #B3B3B3. Windows color (decimal): -1010005 or 11245296. OLE color: 11245296.

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

Color convert

RGB 240 150 171 -
CMYK 0 0.37 0.29 0.06
HSL 346º 0.75% 0.76% -
HSV(B) 346º 0.38% 0.94% -
XYZ 54.19 43.28 44.03 -
YUV 179.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 240 150 171 0 0.37 0.29 0.06 346 0.75 0.76
Hex F0 96 AB 0 25 1D 6 15A 4B 4C
Octal 360 226 253 0 45 35 6 532 113 114
Binary 11110000 10010110 10101011 0 100101 11101 110 101011010 1001011 1001100

Color Harmonies of #F096AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096AB

Black with #F096AB

Text Example


Text Example

White with #F096AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096AB; }

 p { color: rgb(240,150,171); }

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

background-color css

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

 a { background-color: rgb(240,150,171); }

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

border-color css

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

 span { border-color: rgb(240,150,171); }

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