#F992F2

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

Shades of Violet #F992F2

Tints of Violet #F992F2

Color information

#F992F2 (or 0xF992F2) is unknown color: approx Violet. HEX triplet: F9, 92 and F2. RGB value is (249,146,242). Sum of RGB (Red+Green+Blue) = 249+146+242=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 146 (57.42% from 255 or 22.92% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F992F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992F2 is #066D0D. Grayscale: #BBBBBB. Windows color (decimal): -421134 or 15897337. OLE color: 15897337.

HSL color Cylindrical-coordinate representation of color #F992F2: hue angle of 304.08º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992F2 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB249146242-
CMYK00.410.030.02
HSL304.08º89.57%77.45%-
HSV(B)304.08º41.37%97.65%-
XYZ65.3747.1189.65-
YUV187.74158.62171.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.09%
GREEN value IS 146 (57.42% from 255) = 22.92%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=39.09%
G=22.92%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914624200.410.030.02304.0889.5777.45
HexF992F2029321305a4d
Octal37122236205132460132115
Binary1111100110010010111100100101001111010011000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992F2; }

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

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

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

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

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

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

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

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