#F994FF

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

Shades of Violet #F994FF

Tints of Violet #F994FF

Color information

#F994FF (or 0xF994FF) is unknown color: approx Violet. HEX triplet: F9, 94 and FF. RGB value is (249,148,255). Sum of RGB (Red+Green+Blue) = 249+148+255=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 148 (58.20% from 255 or 22.70% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #F994FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994FF is #066B00. Grayscale: #BEBEBE. Windows color (decimal): -420609 or 16749817. OLE color: 16749817.

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

Color convert

RGB249148255-
CMYK0.020.4200
HSL296.64º100%79.02%-
HSV(B)296.64º41.96%100%-
XYZ67.7148.54100.41-
YUV190.4164.46169.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.19%
GREEN value IS 148 (58.20% from 255) = 22.70%
BLUE value IS 255 (100% from 255) = 39.11%
R=38.19%
G=22.70%
B=39.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491482550.020.4200296.6410079.02
HexF994FF22A00129644f
Octal37122437725200451144117
Binary111110011001010011111111101010100010010100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994FF; }

 p { color: rgb(249,148,255); }

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

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

 a { background-color: rgb(249,148,255); }

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

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

 span { border-color: rgb(249,148,255); }

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