#F991B0

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

Shades of Illusion #F991B0

Tints of Illusion #F991B0

Color information

#F991B0 (or 0xF991B0) is unknown color: approx Illusion. HEX triplet: F9, 91 and B0. RGB value is (249,145,176). Sum of RGB (Red+Green+Blue) = 249+145+176=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F991B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991B0 is #066E4F. Grayscale: #B3B3B3. Windows color (decimal): -421456 or 11571705. OLE color: 11571705.

HSL color Cylindrical-coordinate representation of color #F991B0: hue angle of 342.12º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991B0 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB249145176-
CMYK00.420.290.02
HSL342.12º89.66%77.25%-
HSV(B)342.12º41.77%97.65%-
XYZ57.0343.5346.47-
YUV179.63125.96177.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=43.68%
G=25.44%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914517600.420.290.02342.1289.6677.25
HexF991B002A1D21565a4d
Octal371221260052352526132115
Binary1111100110010001101100000101010111011010101011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991B0; }

 p { color: rgb(249,145,176); }

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

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

 a { background-color: rgb(249,145,176); }

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

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

 span { border-color: rgb(249,145,176); }

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