#F19FAF

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

Shades of Illusion #F19FAF

Tints of Illusion #F19FAF

Color information

#F19FAF (or 0xF19FAF) is unknown color: approx Illusion. HEX triplet: F1, 9F and AF. RGB value is (241,159,175). Sum of RGB (Red+Green+Blue) = 241+159+175=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19FAF is #0E6050. Grayscale: #B9B9B9. Windows color (decimal): -942161 or 11509745. OLE color: 11509745.

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

Color convert

RGB241159175-
CMYK00.340.270.05
HSL348.29º74.55%78.43%-
HSV(B)348.29º34.02%94.51%-
XYZ56.4146.5946.58-
YUV185.34122.17167.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=41.91%
G=27.65%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115917500.340.270.05348.2974.5578.43
HexF19FAF0221B515c4b4e
Octal361237257042335534113116
Binary11110001100111111010111101000101101110110101110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FAF; }

 p { color: rgb(241,159,175); }

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

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

 a { background-color: rgb(241,159,175); }

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

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

 span { border-color: rgb(241,159,175); }

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