#F28CB5

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

Shades of Illusion #F28CB5

Tints of Illusion #F28CB5

Color information

#F28CB5 (or 0xF28CB5) is unknown color: approx Illusion. HEX triplet: F2, 8C and B5. RGB value is (242,140,181). Sum of RGB (Red+Green+Blue) = 242+140+181=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CB5 is #0D734A. Grayscale: #AFAFAF. Windows color (decimal): -881483 or 11898098. OLE color: 11898098.

HSL color Cylindrical-coordinate representation of color #F28CB5: hue angle of 335.88º 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 #F28CB5 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB242140181-
CMYK00.420.250.05
HSL335.88º79.69%74.9%-
HSV(B)335.88º42.15%94.9%-
XYZ54.3440.9748.76-
YUV175.17131.29175.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=42.98%
G=24.87%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214018100.420.250.05335.8879.6974.9
HexF28CB502A195150504b
Octal362214265052315520120113
Binary11110010100011001011010101010101100110110101000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CB5; }

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

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

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

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

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

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

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

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