#F198B1

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

Shades of Illusion #F198B1

Tints of Illusion #F198B1

Color information

#F198B1 (or 0xF198B1) is unknown color: approx Illusion. HEX triplet: F1, 98 and B1. RGB value is (241,152,177). Sum of RGB (Red+Green+Blue) = 241+152+177=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F198B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F198B1 is #0E674E. Grayscale: #B5B5B5. Windows color (decimal): -943951 or 11639025. OLE color: 11639025.

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

Color convert

RGB241152177-
CMYK00.370.270.05
HSL343.15º76.07%77.06%-
HSV(B)343.15º36.93%94.51%-
XYZ55.4444.3347.23-
YUV181.46125.49170.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=42.28%
G=26.67%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115217700.370.270.05343.1576.0777.06
HexF198B10251B51574c4d
Octal361230261045335527114115
Binary11110001100110001011000101001011101110110101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198B1; }

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

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

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

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

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

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

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

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