#F190B4

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

Shades of Illusion #F190B4

Tints of Illusion #F190B4

Color information

#F190B4 (or 0xF190B4) is unknown color: approx Illusion. HEX triplet: F1, 90 and B4. RGB value is (241,144,180). Sum of RGB (Red+Green+Blue) = 241+144+180=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F190B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190B4 is #0E6F4B. Grayscale: #B1B1B1. Windows color (decimal): -945996 or 11833585. OLE color: 11833585.

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

Color convert

RGB241144180-
CMYK00.400.250.05
HSL337.73º77.6%75.49%-
HSV(B)337.73º40.25%94.51%-
XYZ54.4941.9448.4-
YUV177.11129.64173.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=42.65%
G=25.49%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114418000.400.250.05337.7377.675.49
HexF190B40281951524e4b
Octal361220264050315522116113
Binary11110001100100001011010001010001100110110101001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190B4; }

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

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

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

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

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

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

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

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