#F194B7

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

Shades of Illusion #F194B7

Tints of Illusion #F194B7

Color information

#F194B7 (or 0xF194B7) is unknown color: approx Illusion. HEX triplet: F1, 94 and B7. RGB value is (241,148,183). Sum of RGB (Red+Green+Blue) = 241+148+183=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F194B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194B7 is #0E6B48. Grayscale: #B3B3B3. Windows color (decimal): -944969 or 12031217. OLE color: 12031217.

HSL color Cylindrical-coordinate representation of color #F194B7: hue angle of 337.42º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F194B7 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241148183-
CMYK00.390.240.05
HSL337.42º76.86%76.27%-
HSV(B)337.42º38.59%94.51%-
XYZ55.4143.350.24-
YUV179.8129.81171.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=42.13%
G=25.87%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114818300.390.240.05337.4276.8676.27
HexF194B70271851514d4c
Octal361224267047305521115114
Binary11110001100101001011011101001111100010110101000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194B7; }

 p { color: rgb(241,148,183); }

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

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

 a { background-color: rgb(241,148,183); }

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

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

 span { border-color: rgb(241,148,183); }

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