#F490B3

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

Shades of Illusion #F490B3

Tints of Illusion #F490B3

Color information

#F490B3 (or 0xF490B3) is unknown color: approx Illusion. HEX triplet: F4, 90 and B3. RGB value is (244,144,179). Sum of RGB (Red+Green+Blue) = 244+144+179=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F490B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490B3 is #0B6F4C. Grayscale: #B1B1B1. Windows color (decimal): -749389 or 11768052. OLE color: 11768052.

HSL color Cylindrical-coordinate representation of color #F490B3: hue angle of 339º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490B3 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244144179-
CMYK00.410.270.04
HSL339º81.97%76.08%-
HSV(B)339º40.98%95.69%-
XYZ55.4242.4347.92-
YUV177.89128.63175.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.03%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=43.03%
G=25.40%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414417900.410.270.0433981.9776.08
HexF490B30291B4153524c
Octal364220263051334523122114
Binary11110100100100001011001101010011101110010101001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490B3; }

 p { color: rgb(244,144,179); }

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

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

 a { background-color: rgb(244,144,179); }

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

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

 span { border-color: rgb(244,144,179); }

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