Html Css Color HEX #F096AC Illusion

📋 copy color: '#F096AC'

red 240 ◦ green 150 ◦ blue 172

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

Shades of Illusion #F096AC

Tints of Illusion #F096AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.6%

R = 42.7%
G = 26.69%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F096AC (or 0xF096AC) is known color: Illusion. HEX triplet: F0, 96 and AC. RGB value is (240,150,172). Sum of RGB (Red+Green+Blue) = 240+150+172=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F096AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096AC is #0F6953. Grayscale: #B3B3B3. Windows color (decimal): -1010004 or 11310832. OLE color: 11310832.

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

Color convert

RGB 240 150 172 -
CMYK 0 0.37 0.28 0.06
HSL 345.33º 0.75% 0.76% -
HSV(B) 345.33º 0.38% 0.94% -
XYZ 54.29 43.32 44.53 -
YUV 179.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 240 150 172 0 0.37 0.28 0.06 345.33 0.75 0.76
Hex F0 96 AC 0 25 1C 6 159 4B 4C
Octal 360 226 254 0 45 34 6 531 113 114
Binary 11110000 10010110 10101100 0 100101 11100 110 101011001 1001011 1001100

Color Harmonies of #F096AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096AC

Black with #F096AC

Text Example


Text Example

White with #F096AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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