#F999FD

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

Shades of Violet #F999FD

Tints of Violet #F999FD

Color information

#F999FD (or 0xF999FD) is unknown color: approx Violet. HEX triplet: F9, 99 and FD. RGB value is (249,153,253). Sum of RGB (Red+Green+Blue) = 249+153+253=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 153 (60.16% from 255 or 23.36% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #F999FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F999FD is #066602. Grayscale: #C0C0C0. Windows color (decimal): -419331 or 16620025. OLE color: 16620025.

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

Color convert

RGB249153253-
CMYK0.020.4000.01
HSL297.6º96.15%79.61%-
HSV(B)297.6º39.53%99.22%-
XYZ68.1950.0198.99-
YUV193.1161.8167.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.02%
GREEN value IS 153 (60.16% from 255) = 23.36%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=38.02%
G=23.36%
B=38.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491532530.020.4000.01297.696.1579.61
HexF999FD2280112a6050
Octal37123137525001452140120
Binary111110011001100111111101101010000110010101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999FD; }

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

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

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

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

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

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

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

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