#F99AFA

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

Shades of Violet #F99AFA

Tints of Violet #F99AFA

Color information

#F99AFA (or 0xF99AFA) is unknown color: approx Violet. HEX triplet: F9, 9A and FA. RGB value is (249,154,250). Sum of RGB (Red+Green+Blue) = 249+154+250=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 154 (60.55% from 255 or 23.58% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #F99AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AFA is #066505. Grayscale: #C1C1C1. Windows color (decimal): -419078 or 16423673. OLE color: 16423673.

HSL color Cylindrical-coordinate representation of color #F99AFA: hue angle of 299.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AFA is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249154250-
CMYK0.000.3800.02
HSL299.38º90.57%79.22%-
HSV(B)299.38º38.4%98.04%-
XYZ67.8850.1596.55-
YUV193.35159.97167.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.13%
GREEN value IS 154 (60.55% from 255) = 23.58%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=38.13%
G=23.58%
B=38.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491542500.000.3800.02299.3890.5779.22
HexF99AFA0260212b5b4f
Octal37123237204602453133117
Binary111110011001101011111010010011001010010101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99AFA; }

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

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

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

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

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

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

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

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