#F88CB6

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

Shades of Illusion #F88CB6

Tints of Illusion #F88CB6

Color information

#F88CB6 (or 0xF88CB6) is unknown color: approx Illusion. HEX triplet: F8, 8C and B6. RGB value is (248,140,182). Sum of RGB (Red+Green+Blue) = 248+140+182=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CB6 is #077349. Grayscale: #B1B1B1. Windows color (decimal): -488266 or 11963640. OLE color: 11963640.

HSL color Cylindrical-coordinate representation of color #F88CB6: hue angle of 336.67º 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 #F88CB6 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB248140182-
CMYK00.440.270.03
HSL336.67º88.52%76.08%-
HSV(B)336.67º43.55%97.25%-
XYZ56.5342.0949.4-
YUV177.08130.78178.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.51%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=43.51%
G=24.56%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814018200.440.270.03336.6788.5276.08
HexF88CB602C1B3151594c
Octal370214266054333521131114
Binary1111100010001100101101100101100110111110101000110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CB6; }

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

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

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

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

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

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

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

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