#F994B5

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

Shades of Illusion #F994B5

Tints of Illusion #F994B5

Color information

#F994B5 (or 0xF994B5) is unknown color: approx Illusion. HEX triplet: F9, 94 and B5. RGB value is (249,148,181). Sum of RGB (Red+Green+Blue) = 249+148+181=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F994B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994B5 is #066B4A. Grayscale: #B5B5B5. Windows color (decimal): -420683 or 11900153. OLE color: 11900153.

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

Color convert

RGB249148181-
CMYK00.410.270.02
HSL340.4º89.38%77.84%-
HSV(B)340.4º40.56%97.65%-
XYZ5844.6649.28-
YUV181.96127.46175.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.08%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=43.08%
G=25.61%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914818100.410.270.02340.489.3877.84
HexF994B50291B2154594e
Octal371224265051332524131116
Binary1111100110010100101101010101001110111010101010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994B5; }

 p { color: rgb(249,148,181); }

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

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

 a { background-color: rgb(249,148,181); }

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

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

 span { border-color: rgb(249,148,181); }

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