#F992F5

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

Shades of Violet #F992F5

Tints of Violet #F992F5

Color information

#F992F5 (or 0xF992F5) is unknown color: approx Violet. HEX triplet: F9, 92 and F5. RGB value is (249,146,245). Sum of RGB (Red+Green+Blue) = 249+146+245=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 146 (57.42% from 255 or 22.81% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F992F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992F5 is #066D0A. Grayscale: #BBBBBB. Windows color (decimal): -421131 or 16093945. OLE color: 16093945.

HSL color Cylindrical-coordinate representation of color #F992F5: hue angle of 302.33º 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 #F992F5 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249146245-
CMYK00.410.020.02
HSL302.33º89.57%77.45%-
HSV(B)302.33º41.37%97.65%-
XYZ65.8347.2992.04-
YUV188.08160.12171.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 146 (57.42% from 255) = 22.81%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=38.91%
G=22.81%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914624500.410.020.02302.3389.5777.45
HexF992F50292212e5a4d
Octal37122236505122456132115
Binary1111100110010010111101010101001101010010111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992F5; }

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

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

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

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

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

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

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

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