#F991AF

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

Shades of Illusion #F991AF

Tints of Illusion #F991AF

Color information

#F991AF (or 0xF991AF) is unknown color: approx Illusion. HEX triplet: F9, 91 and AF. RGB value is (249,145,175). Sum of RGB (Red+Green+Blue) = 249+145+175=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F991AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991AF is #066E50. Grayscale: #B3B3B3. Windows color (decimal): -421457 or 11506169. OLE color: 11506169.

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

Color convert

RGB249145175-
CMYK00.420.300.02
HSL342.69º89.66%77.25%-
HSV(B)342.69º41.77%97.65%-
XYZ56.9343.4945.95-
YUV179.52125.46177.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.76%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=43.76%
G=25.48%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914517500.420.300.02342.6989.6677.25
HexF991AF02A1E21575a4d
Octal371221257052362527132115
Binary1111100110010001101011110101010111101010101011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991AF; }

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

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

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

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

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

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

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

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