#F195B1

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

Shades of Illusion #F195B1

Tints of Illusion #F195B1

Color information

#F195B1 (or 0xF195B1) is unknown color: approx Illusion. HEX triplet: F1, 95 and B1. RGB value is (241,149,177). Sum of RGB (Red+Green+Blue) = 241+149+177=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F195B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195B1 is #0E6A4E. Grayscale: #B3B3B3. Windows color (decimal): -944719 or 11638257. OLE color: 11638257.

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

Color convert

RGB241149177-
CMYK00.380.270.05
HSL341.74º76.67%76.47%-
HSV(B)341.74º38.17%94.51%-
XYZ54.9643.3747.07-
YUV179.7126.48171.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=42.50%
G=26.28%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114917700.380.270.05341.7476.6776.47
HexF195B10261B51564d4c
Octal361225261046335526115114
Binary11110001100101011011000101001101101110110101011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195B1; }

 p { color: rgb(241,149,177); }

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

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

 a { background-color: rgb(241,149,177); }

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

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

 span { border-color: rgb(241,149,177); }

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