#F198B4

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

Shades of Illusion #F198B4

Tints of Illusion #F198B4

Color information

#F198B4 (or 0xF198B4) is unknown color: approx Illusion. HEX triplet: F1, 98 and B4. RGB value is (241,152,180). Sum of RGB (Red+Green+Blue) = 241+152+180=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F198B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198B4 is #0E674B. Grayscale: #B5B5B5. Windows color (decimal): -943948 or 11835633. OLE color: 11835633.

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

Color convert

RGB241152180-
CMYK00.370.250.05
HSL341.12º76.07%77.06%-
HSV(B)341.12º36.93%94.51%-
XYZ55.7444.4548.82-
YUV181.8126.99170.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=42.06%
G=26.53%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115218000.370.250.05341.1276.0777.06
HexF198B40251951554c4d
Octal361230264045315525114115
Binary11110001100110001011010001001011100110110101010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198B4; }

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

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

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

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

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

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

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

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