#F399FC

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

Shades of Violet #F399FC

Tints of Violet #F399FC

Color information

#F399FC (or 0xF399FC) is unknown color: approx Violet. HEX triplet: F3, 99 and FC. RGB value is (243,153,252). Sum of RGB (Red+Green+Blue) = 243+153+252=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 153 (60.16% from 255 or 23.61% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #F399FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F399FC is #0C6603. Grayscale: #BEBEBE. Windows color (decimal): -812548 or 16554483. OLE color: 16554483.

HSL color Cylindrical-coordinate representation of color #F399FC: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F399FC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243153252-
CMYK0.040.3900.01
HSL294.55º94.29%79.41%-
HSV(B)294.55º39.29%98.82%-
XYZ65.9248.8798.05-
YUV191.2162.32164.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 23.61%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=37.5%
G=23.61%
B=38.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431532520.040.3900.01294.5594.2979.41
HexF399FC427011275e4f
Octal36323137444701447136117
Binary1111001110011001111111001001001110110010011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F399FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F399FC; }

 p { color: rgb(243,153,252); }

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

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

 a { background-color: rgb(243,153,252); }

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

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

 span { border-color: rgb(243,153,252); }

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