#F28CAF

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

Shades of Illusion #F28CAF

Tints of Illusion #F28CAF

Color information

#F28CAF (or 0xF28CAF) is unknown color: approx Illusion. HEX triplet: F2, 8C and AF. RGB value is (242,140,175). Sum of RGB (Red+Green+Blue) = 242+140+175=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28CAF is #0D7350. Grayscale: #AEAEAE. Windows color (decimal): -881489 or 11504882. OLE color: 11504882.

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

Color convert

RGB242140175-
CMYK00.420.280.05
HSL339.41º79.69%74.9%-
HSV(B)339.41º42.15%94.9%-
XYZ53.7340.7345.59-
YUV174.49128.29176.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=43.45%
G=25.13%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214017500.420.280.05339.4179.6974.9
HexF28CAF02A1C5153504b
Octal362214257052345523120113
Binary11110010100011001010111101010101110010110101001110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CAF; }

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

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

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

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

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

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

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

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