#F991F5

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

Shades of Violet #F991F5

Tints of Violet #F991F5

Color information

#F991F5 (or 0xF991F5) is unknown color: approx Violet. HEX triplet: F9, 91 and F5. RGB value is (249,145,245). Sum of RGB (Red+Green+Blue) = 249+145+245=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 145 (57.03% from 255 or 22.69% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F991F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991F5 is #066E0A. Grayscale: #BBBBBB. Windows color (decimal): -421387 or 16093689. OLE color: 16093689.

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

Color convert

RGB249145245-
CMYK00.420.020.02
HSL302.31º89.66%77.25%-
HSV(B)302.31º41.77%97.65%-
XYZ65.6746.9891.99-
YUV187.5160.46171.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 145 (57.03% from 255) = 22.69%
BLUE value IS 245 (96.09% from 255) = 38.34%
R=38.97%
G=22.69%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914524500.420.020.02302.3189.6677.25
HexF991F502A2212e5a4d
Octal37122136505222456132115
Binary1111100110010001111101010101010101010010111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991F5; }

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

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

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

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

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

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

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

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