#F490B0

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

Shades of Illusion #F490B0

Tints of Illusion #F490B0

Color information

#F490B0 (or 0xF490B0) is unknown color: approx Illusion. HEX triplet: F4, 90 and B0. RGB value is (244,144,176). Sum of RGB (Red+Green+Blue) = 244+144+176=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F490B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490B0 is #0B6F4F. Grayscale: #B1B1B1. Windows color (decimal): -749392 or 11571444. OLE color: 11571444.

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

Color convert

RGB244144176-
CMYK00.410.280.04
HSL340.8º81.97%76.08%-
HSV(B)340.8º40.98%95.69%-
XYZ55.1242.3146.34-
YUV177.55127.13175.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.26%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 176 (69.14% from 255) = 31.21%
R=43.26%
G=25.53%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414417600.410.280.04340.881.9776.08
HexF490B00291C4155524c
Octal364220260051344525122114
Binary11110100100100001011000001010011110010010101010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490B0; }

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

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

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

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

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

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

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

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