#F99AFD

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

Shades of Violet #F99AFD

Tints of Violet #F99AFD

Color information

#F99AFD (or 0xF99AFD) is unknown color: approx Violet. HEX triplet: F9, 9A and FD. RGB value is (249,154,253). Sum of RGB (Red+Green+Blue) = 249+154+253=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 154 (60.55% from 255 or 23.48% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #F99AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AFD is #066502. Grayscale: #C1C1C1. Windows color (decimal): -419075 or 16620281. OLE color: 16620281.

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

Color convert

RGB249154253-
CMYK0.020.3900.01
HSL297.58º96.12%79.8%-
HSV(B)297.58º39.13%99.22%-
XYZ68.3550.3499.04-
YUV193.69161.47167.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.96%
GREEN value IS 154 (60.55% from 255) = 23.48%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=37.96%
G=23.48%
B=38.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491542530.020.3900.01297.5896.1279.8
HexF99AFD2270112a6050
Octal37123237524701452140120
Binary111110011001101011111101101001110110010101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99AFD; }

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

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

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

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

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

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

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

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