#F990FF

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

Shades of Violet #F990FF

Tints of Violet #F990FF

Color information

#F990FF (or 0xF990FF) is unknown color: approx Violet. HEX triplet: F9, 90 and FF. RGB value is (249,144,255). Sum of RGB (Red+Green+Blue) = 249+144+255=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 144 (56.64% from 255 or 22.22% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F990FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990FF is #066F00. Grayscale: #BBBBBB. Windows color (decimal): -421633 or 16748793. OLE color: 16748793.

HSL color Cylindrical-coordinate representation of color #F990FF: hue angle of 296.76º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F990FF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB249144255-
CMYK0.020.4400
HSL296.76º100%78.24%-
HSV(B)296.76º43.53%100%-
XYZ67.0947.31100.2-
YUV188.05165.79171.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.43%
GREEN value IS 144 (56.64% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 39.35%
R=38.43%
G=22.22%
B=39.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491442550.020.4400296.7610078.24
HexF990FF22C00129644e
Octal37122037725400451144116
Binary111110011001000011111111101011000010010100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990FF; }

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

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

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

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

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

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

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

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