#f28eaf

Color #F28EAF Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #F28EAF

Tints of Illusion #F28EAF

Color information

#F28EAF (or 0xF28EAF) is unknown color: approx Illusion. HEX triplet: F2, 8E and AF. RGB value is (242,142,175). Sum of RGB (Red+Green+Blue) = 242+142+175=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28EAF is #0D7150. Grayscale: #AFAFAF. Windows color (decimal): -880977 or 11505394. OLE color: 11505394.

HSL color Cylindrical-coordinate representation of color #F28EAF: hue angle of 340.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28EAF is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242142175-
CMYK00.410.280.05
HSL340.2º79.37%75.29%-
HSV(B)340.2º41.32%94.9%-
XYZ54.0341.3245.69-
YUV175.66127.63175.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=43.29%
G=25.40%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214217500.410.280.05340.279.3775.29
HexF28EAF0291C51544f4b
Octal362216257051345524117113
Binary11110010100011101010111101010011110010110101010010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28eaf; }

 p { color: rgb(242,142,175); }

 H1.HeaderClassName
 {
   color: #f28eaf;
 }
 .AnyTagClassName
 {
   color: #f28eaf;
 }
</style>
background-color css

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

 a { background-color: rgb(242,142,175); }

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

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

 span { border-color: rgb(242,142,175); }

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