#F396FD

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

Shades of Violet #F396FD

Tints of Violet #F396FD

Color information

#F396FD (or 0xF396FD) is unknown color: approx Violet. HEX triplet: F3, 96 and FD. RGB value is (243,150,253). Sum of RGB (Red+Green+Blue) = 243+150+253=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 150 (58.98% from 255 or 23.22% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #F396FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F396FD is #0C6902. Grayscale: #BDBDBD. Windows color (decimal): -813315 or 16619251. OLE color: 16619251.

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

Color convert

RGB243150253-
CMYK0.040.4100.01
HSL294.17º96.26%79.02%-
HSV(B)294.17º40.71%99.22%-
XYZ65.647.9698.73-
YUV189.55163.81166.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.62%
GREEN value IS 150 (58.98% from 255) = 23.22%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=37.62%
G=23.22%
B=39.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431502530.040.4100.01294.1796.2679.02
HexF396FD42901126604f
Octal36322637545101446140117
Binary1111001110010110111111011001010010110010011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396FD; }

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

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

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

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

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

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

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

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