#F990F7

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

Shades of Violet #F990F7

Tints of Violet #F990F7

Color information

#F990F7 (or 0xF990F7) is unknown color: approx Violet. HEX triplet: F9, 90 and F7. RGB value is (249,144,247). Sum of RGB (Red+Green+Blue) = 249+144+247=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 144 (56.64% from 255 or 22.5% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F990F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990F7 is #066F08. Grayscale: #BABABA. Windows color (decimal): -421641 or 16224505. OLE color: 16224505.

HSL color Cylindrical-coordinate representation of color #F990F7: hue angle of 301.14º 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 #F990F7 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB249144247-
CMYK00.420.010.02
HSL301.14º89.74%77.06%-
HSV(B)301.14º42.17%97.65%-
XYZ65.8346.893.56-
YUV187.14161.79172.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 144 (56.64% from 255) = 22.5%
BLUE value IS 247 (96.88% from 255) = 38.59%
R=38.91%
G=22.5%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914424700.420.010.02301.1489.7477.06
HexF990F702A1212d5a4d
Octal37122036705212455132115
Binary111110011001000011110111010101011010010110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990F7; }

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

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

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

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

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

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

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

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