#F190B0

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

Shades of Illusion #F190B0

Tints of Illusion #F190B0

Color information

#F190B0 (or 0xF190B0) is unknown color: approx Illusion. HEX triplet: F1, 90 and B0. RGB value is (241,144,176). Sum of RGB (Red+Green+Blue) = 241+144+176=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F190B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190B0 is #0E6F4F. Grayscale: #B0B0B0. Windows color (decimal): -946000 or 11571441. OLE color: 11571441.

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

Color convert

RGB241144176-
CMYK00.400.270.05
HSL340.21º77.6%75.49%-
HSV(B)340.21º40.25%94.51%-
XYZ54.0941.7846.29-
YUV176.65127.64173.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=42.96%
G=25.67%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114417600.400.270.05340.2177.675.49
HexF190B00281B51544e4b
Octal361220260050335524116113
Binary11110001100100001011000001010001101110110101010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190B0; }

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

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

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

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

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

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

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

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