#F190AD

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

Shades of Illusion #F190AD

Tints of Illusion #F190AD

Color information

#F190AD (or 0xF190AD) is unknown color: approx Illusion. HEX triplet: F1, 90 and AD. RGB value is (241,144,173). Sum of RGB (Red+Green+Blue) = 241+144+173=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F190AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190AD is #0E6F52. Grayscale: #B0B0B0. Windows color (decimal): -946003 or 11374833. OLE color: 11374833.

HSL color Cylindrical-coordinate representation of color #F190AD: hue angle of 342.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190AD is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241144173-
CMYK00.400.280.05
HSL342.06º77.6%75.49%-
HSV(B)342.06º40.25%94.51%-
XYZ53.7941.6644.74-
YUV176.31126.14174.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=43.19%
G=25.81%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114417300.400.280.05342.0677.675.49
HexF190AD0281C51564e4b
Octal361220255050345526116113
Binary11110001100100001010110101010001110010110101011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190AD; }

 p { color: rgb(241,144,173); }

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

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

 a { background-color: rgb(241,144,173); }

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

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

 span { border-color: rgb(241,144,173); }

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