#F992F6

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

Shades of Violet #F992F6

Tints of Violet #F992F6

Color information

#F992F6 (or 0xF992F6) is unknown color: approx Violet. HEX triplet: F9, 92 and F6. RGB value is (249,146,246). Sum of RGB (Red+Green+Blue) = 249+146+246=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 146 (57.42% from 255 or 22.78% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F992F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992F6 is #066D09. Grayscale: #BBBBBB. Windows color (decimal): -421130 or 16159481. OLE color: 16159481.

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

Color convert

RGB249146246-
CMYK00.410.010.02
HSL301.75º89.57%77.45%-
HSV(B)301.75º41.37%97.65%-
XYZ65.9847.3592.85-
YUV188.2160.62171.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 146 (57.42% from 255) = 22.78%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=38.85%
G=22.78%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914624600.410.010.02301.7589.5777.45
HexF992F60291212e5a4d
Octal37122236605112456132115
Binary111110011001001011110110010100111010010111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992F6; }

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

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

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

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

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

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

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

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