#F397FD

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

Shades of Violet #F397FD

Tints of Violet #F397FD

Color information

#F397FD (or 0xF397FD) is unknown color: approx Violet. HEX triplet: F3, 97 and FD. RGB value is (243,151,253). Sum of RGB (Red+Green+Blue) = 243+151+253=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 151 (59.38% from 255 or 23.34% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #F397FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397FD is #0C6802. Grayscale: #BDBDBD. Windows color (decimal): -813059 or 16619507. OLE color: 16619507.

HSL color Cylindrical-coordinate representation of color #F397FD: hue angle of 294.12º degrees, saturation: 0.96, 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 #F397FD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243151253-
CMYK0.040.4000.01
HSL294.12º96.23%79.22%-
HSV(B)294.12º40.32%99.22%-
XYZ65.7648.2898.78-
YUV190.14163.48165.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 151 (59.38% from 255) = 23.34%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=37.56%
G=23.34%
B=39.10%

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
Decimal2431512530.040.4000.01294.1296.2379.22
HexF397FD42801126604f
Octal36322737545001446140117
Binary1111001110010111111111011001010000110010011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F397FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F397FD; }

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

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

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

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

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

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

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

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