#F199AF

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

Shades of Illusion #F199AF

Tints of Illusion #F199AF

Color information

#F199AF (or 0xF199AF) is unknown color: approx Illusion. HEX triplet: F1, 99 and AF. RGB value is (241,153,175). Sum of RGB (Red+Green+Blue) = 241+153+175=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F199AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199AF is #0E6650. Grayscale: #B5B5B5. Windows color (decimal): -943697 or 11508209. OLE color: 11508209.

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

Color convert

RGB241153175-
CMYK00.370.270.05
HSL345º75.86%77.25%-
HSV(B)345º36.51%94.51%-
XYZ55.444.5846.24-
YUV181.82124.15170.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=42.36%
G=26.89%
B=30.76%

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
Decimal24115317500.370.270.0534575.8677.25
HexF199AF0251B51594c4d
Octal361231257045335531114115
Binary11110001100110011010111101001011101110110101100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199AF; }

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

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

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

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

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

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

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

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