#F88CB3

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

Shades of Illusion #F88CB3

Tints of Illusion #F88CB3

Color information

#F88CB3 (or 0xF88CB3) is unknown color: approx Illusion. HEX triplet: F8, 8C and B3. RGB value is (248,140,179). Sum of RGB (Red+Green+Blue) = 248+140+179=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CB3 is #07734C. Grayscale: #B0B0B0. Windows color (decimal): -488269 or 11767032. OLE color: 11767032.

HSL color Cylindrical-coordinate representation of color #F88CB3: hue angle of 338.33º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88CB3 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB248140179-
CMYK00.440.280.03
HSL338.33º88.52%76.08%-
HSV(B)338.33º43.55%97.25%-
XYZ56.2341.9747.78-
YUV176.74129.28178.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=43.74%
G=24.69%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814017900.440.280.03338.3388.5276.08
HexF88CB302C1C3152594c
Octal370214263054343522131114
Binary1111100010001100101100110101100111001110101001010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CB3; }

 p { color: rgb(248,140,179); }

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

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

 a { background-color: rgb(248,140,179); }

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

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

 span { border-color: rgb(248,140,179); }

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