Html Css Color HEX #F096AE Illusion

📋 copy color: '#F096AE'

red 240 ◦ green 150 ◦ blue 174

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

Shades of Illusion #F096AE

Tints of Illusion #F096AE

RGB

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

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

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

R = 42.55%
G = 26.6%
B = 30.85%

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

#F096AE (or 0xF096AE) is known color: Illusion. HEX triplet: F0, 96 and AE. RGB value is (240,150,174). Sum of RGB (Red+Green+Blue) = 240+150+174=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F096AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096AE is #0F6951. Grayscale: #B3B3B3. Windows color (decimal): -1010002 or 11441904. OLE color: 11441904.

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

Color convert

RGB 240 150 174 -
CMYK 0 0.37 0.28 0.06
HSL 344º 0.75% 0.76% -
HSV(B) 344º 0.38% 0.94% -
XYZ 54.48 43.39 45.55 -
YUV 179.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 240 150 174 0 0.37 0.28 0.06 344 0.75 0.76
Hex F0 96 AE 0 25 1C 6 158 4B 4C
Octal 360 226 256 0 45 34 6 530 113 114
Binary 11110000 10010110 10101110 0 100101 11100 110 101011000 1001011 1001100

Color Harmonies of #F096AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096AE

Black with #F096AE

Text Example


Text Example

White with #F096AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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