#F28CB4

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

Shades of Illusion #F28CB4

Tints of Illusion #F28CB4

Color information

#F28CB4 (or 0xF28CB4) is unknown color: approx Illusion. HEX triplet: F2, 8C and B4. RGB value is (242,140,180). Sum of RGB (Red+Green+Blue) = 242+140+180=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CB4 is #0D734B. Grayscale: #AFAFAF. Windows color (decimal): -881484 or 11832562. OLE color: 11832562.

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

Color convert

RGB242140180-
CMYK00.420.260.05
HSL336.47º79.69%74.9%-
HSV(B)336.47º42.15%94.9%-
XYZ54.2340.9348.22-
YUV175.06130.79175.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=43.06%
G=24.91%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214018000.420.260.05336.4779.6974.9
HexF28CB402A1A5150504b
Octal362214264052325520120113
Binary11110010100011001011010001010101101010110101000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CB4; }

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

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

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

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

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

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

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

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