#F992F7

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

Shades of Violet #F992F7

Tints of Violet #F992F7

Color information

#F992F7 (or 0xF992F7) is unknown color: approx Violet. HEX triplet: F9, 92 and F7. RGB value is (249,146,247). Sum of RGB (Red+Green+Blue) = 249+146+247=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 146 (57.42% from 255 or 22.74% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F992F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992F7 is #066D08. Grayscale: #BCBCBC. Windows color (decimal): -421129 or 16225017. OLE color: 16225017.

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

Color convert

RGB249146247-
CMYK00.410.010.02
HSL301.17º89.57%77.45%-
HSV(B)301.17º41.37%97.65%-
XYZ66.1347.4193.66-
YUV188.31161.12171.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 146 (57.42% from 255) = 22.74%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=38.79%
G=22.74%
B=38.47%

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
Decimal24914624700.410.010.02301.1789.5777.45
HexF992F70291212d5a4d
Octal37122236705112455132115
Binary111110011001001011110111010100111010010110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992F7; }

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

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

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

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

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

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

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

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