#F990AF

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

Shades of Illusion #F990AF

Tints of Illusion #F990AF

Color information

#F990AF (or 0xF990AF) is unknown color: approx Illusion. HEX triplet: F9, 90 and AF. RGB value is (249,144,175). Sum of RGB (Red+Green+Blue) = 249+144+175=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F990AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F990AF is #066F50. Grayscale: #B2B2B2. Windows color (decimal): -421713 or 11505913. OLE color: 11505913.

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

Color convert

RGB249144175-
CMYK00.420.300.02
HSL342.29º89.74%77.06%-
HSV(B)342.29º42.17%97.65%-
XYZ56.7843.1845.9-
YUV178.93125.79177.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=43.84%
G=25.35%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914417500.420.300.02342.2989.7477.06
HexF990AF02A1E21565a4d
Octal371220257052362526132115
Binary1111100110010000101011110101010111101010101011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990AF; }

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

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

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

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

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

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

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

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