#F999FE

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

Shades of Violet #F999FE

Tints of Violet #F999FE

Color information

#F999FE (or 0xF999FE) is unknown color: approx Violet. HEX triplet: F9, 99 and FE. RGB value is (249,153,254). Sum of RGB (Red+Green+Blue) = 249+153+254=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 153 (60.16% from 255 or 23.32% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #F999FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F999FE is #066601. Grayscale: #C0C0C0. Windows color (decimal): -419330 or 16685561. OLE color: 16685561.

HSL color Cylindrical-coordinate representation of color #F999FE: hue angle of 297.03º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F999FE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB249153254-
CMYK0.020.4000.00
HSL297.03º98.06%79.8%-
HSV(B)297.03º39.76%99.61%-
XYZ68.3550.0899.83-
YUV193.22162.3167.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.96%
GREEN value IS 153 (60.16% from 255) = 23.32%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=37.96%
G=23.32%
B=38.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491532540.020.4000.00297.0398.0679.8
HexF999FE228001296250
Octal37123137625000451142120
Binary111110011001100111111110101010000010010100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999FE; }

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

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

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

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

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

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

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

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