#F991FC

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

Shades of Violet #F991FC

Tints of Violet #F991FC

Color information

#F991FC (or 0xF991FC) is unknown color: approx Violet. HEX triplet: F9, 91 and FC. RGB value is (249,145,252). Sum of RGB (Red+Green+Blue) = 249+145+252=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 145 (57.03% from 255 or 22.45% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #F991FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991FC is #066E03. Grayscale: #BBBBBB. Windows color (decimal): -421380 or 16552441. OLE color: 16552441.

HSL color Cylindrical-coordinate representation of color #F991FC: hue angle of 298.32º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991FC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249145252-
CMYK0.010.4200.01
HSL298.32º94.69%77.84%-
HSV(B)298.32º42.46%98.82%-
XYZ66.7647.4297.73-
YUV188.29163.96171.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.54%
GREEN value IS 145 (57.03% from 255) = 22.45%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=38.54%
G=22.45%
B=39.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491452520.010.4200.01298.3294.6977.84
HexF991FC12A0112a5f4e
Octal37122137415201452137116
Binary11111001100100011111110011010100110010101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991FC; }

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

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

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

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

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

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

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

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