#F999AF

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

Shades of Illusion #F999AF

Tints of Illusion #F999AF

Color information

#F999AF (or 0xF999AF) is unknown color: approx Illusion. HEX triplet: F9, 99 and AF. RGB value is (249,153,175). Sum of RGB (Red+Green+Blue) = 249+153+175=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F999AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F999AF is #066650. Grayscale: #B8B8B8. Windows color (decimal): -419409 or 11508217. OLE color: 11508217.

HSL color Cylindrical-coordinate representation of color #F999AF: hue angle of 346.25º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999AF is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249153175-
CMYK00.390.300.02
HSL346.25º88.89%78.82%-
HSV(B)346.25º38.55%97.65%-
XYZ58.246.0246.37-
YUV184.21122.8174.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=43.15%
G=26.52%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915317500.390.300.02346.2588.8978.82
HexF999AF0271E215a594f
Octal371231257047362532131117
Binary1111100110011001101011110100111111101010101101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999AF; }

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

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

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

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

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

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

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

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