#F396FC

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

Shades of Violet #F396FC

Tints of Violet #F396FC

Color information

#F396FC (or 0xF396FC) is unknown color: approx Violet. HEX triplet: F3, 96 and FC. RGB value is (243,150,252). Sum of RGB (Red+Green+Blue) = 243+150+252=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 150 (58.98% from 255 or 23.26% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #F396FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F396FC is #0C6903. Grayscale: #BDBDBD. Windows color (decimal): -813316 or 16553715. OLE color: 16553715.

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

Color convert

RGB243150252-
CMYK0.040.4000.01
HSL294.71º94.44%78.82%-
HSV(B)294.71º40.48%98.82%-
XYZ65.4447.997.89-
YUV189.44163.31166.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 150 (58.98% from 255) = 23.26%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=37.67%
G=23.26%
B=39.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431502520.040.4000.01294.7194.4478.82
HexF396FC428011275e4f
Octal36322637445001447136117
Binary1111001110010110111111001001010000110010011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396FC; }

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

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

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

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

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

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

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

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