#F198AC

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

Shades of Illusion #F198AC

Tints of Illusion #F198AC

Color information

#F198AC (or 0xF198AC) is unknown color: approx Illusion. HEX triplet: F1, 98 and AC. RGB value is (241,152,172). Sum of RGB (Red+Green+Blue) = 241+152+172=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F198AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F198AC is #0E6753. Grayscale: #B4B4B4. Windows color (decimal): -943956 or 11311345. OLE color: 11311345.

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

Color convert

RGB241152172-
CMYK00.370.290.05
HSL346.52º76.07%77.06%-
HSV(B)346.52º36.93%94.51%-
XYZ54.9544.1444.65-
YUV180.89122.99170.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=42.65%
G=26.90%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115217200.370.290.05346.5276.0777.06
HexF198AC0251D515b4c4d
Octal361230254045355533114115
Binary11110001100110001010110001001011110110110101101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198AC; }

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

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

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

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

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

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

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

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