#F395FD

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

Shades of Violet #F395FD

Tints of Violet #F395FD

Color information

#F395FD (or 0xF395FD) is unknown color: approx Violet. HEX triplet: F3, 95 and FD. RGB value is (243,149,253). Sum of RGB (Red+Green+Blue) = 243+149+253=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 149 (58.59% from 255 or 23.10% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #F395FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395FD is #0C6A02. Grayscale: #BCBCBC. Windows color (decimal): -813571 or 16618995. OLE color: 16618995.

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

Color convert

RGB243149253-
CMYK0.040.4100.01
HSL294.23º96.3%78.82%-
HSV(B)294.23º41.11%99.22%-
XYZ65.4447.6498.68-
YUV188.96164.14166.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 149 (58.59% from 255) = 23.10%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=37.67%
G=23.10%
B=39.22%

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
Decimal2431492530.040.4100.01294.2396.378.82
HexF395FD42901126604f
Octal36322537545101446140117
Binary1111001110010101111111011001010010110010011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395FD; }

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

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

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

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

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

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

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

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