#F992FA

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

Shades of Violet #F992FA

Tints of Violet #F992FA

Color information

#F992FA (or 0xF992FA) is unknown color: approx Violet. HEX triplet: F9, 92 and FA. RGB value is (249,146,250). Sum of RGB (Red+Green+Blue) = 249+146+250=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 146 (57.42% from 255 or 22.64% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #F992FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992FA is #066D05. Grayscale: #BCBCBC. Windows color (decimal): -421126 or 16421625. OLE color: 16421625.

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

Color convert

RGB249146250-
CMYK0.000.4200.02
HSL299.42º91.23%77.65%-
HSV(B)299.42º41.6%98.04%-
XYZ66.647.696.12-
YUV188.65162.62171.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 146 (57.42% from 255) = 22.64%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=38.60%
G=22.64%
B=38.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491462500.000.4200.02299.4291.2377.65
HexF992FA02A0212b5b4e
Octal37122237205202453133116
Binary111110011001001011111010010101001010010101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992FA; }

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

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

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

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

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

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

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

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