#F993BB

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

Shades of Illusion #F993BB

Tints of Illusion #F993BB

Color information

#F993BB (or 0xF993BB) is unknown color: approx Illusion. HEX triplet: F9, 93 and BB. RGB value is (249,147,187). Sum of RGB (Red+Green+Blue) = 249+147+187=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F993BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993BB is #066C44. Grayscale: #B6B6B6. Windows color (decimal): -420933 or 12293113. OLE color: 12293113.

HSL color Cylindrical-coordinate representation of color #F993BB: hue angle of 336.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993BB is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249147187-
CMYK00.410.250.02
HSL336.47º89.47%77.65%-
HSV(B)336.47º40.96%97.65%-
XYZ58.4744.652.54-
YUV182.06130.79175.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=42.71%
G=25.21%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914718700.410.250.02336.4789.4777.65
HexF993BB029192150594e
Octal371223273051312520131116
Binary1111100110010011101110110101001110011010101000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993BB; }

 p { color: rgb(249,147,187); }

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

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

 a { background-color: rgb(249,147,187); }

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

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

 span { border-color: rgb(249,147,187); }

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