#F994BA

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

Shades of Illusion #F994BA

Tints of Illusion #F994BA

Color information

#F994BA (or 0xF994BA) is unknown color: approx Illusion. HEX triplet: F9, 94 and BA. RGB value is (249,148,186). Sum of RGB (Red+Green+Blue) = 249+148+186=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F994BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994BA is #066B45. Grayscale: #B6B6B6. Windows color (decimal): -420678 or 12227833. OLE color: 12227833.

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

Color convert

RGB249148186-
CMYK00.410.250.02
HSL337.43º89.38%77.84%-
HSV(B)337.43º40.56%97.65%-
XYZ58.5244.8652.03-
YUV182.53129.96175.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 148 (58.20% from 255) = 25.39%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=42.71%
G=25.39%
B=31.90%

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
Decimal24914818600.410.250.02337.4389.3877.84
HexF994BA029192151594e
Octal371224272051312521131116
Binary1111100110010100101110100101001110011010101000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994BA; }

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

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

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

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

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

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

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

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