#F395FF

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

Shades of Violet #F395FF

Tints of Violet #F395FF

Color information

#F395FF (or 0xF395FF) is unknown color: approx Violet. HEX triplet: F3, 95 and FF. RGB value is (243,149,255). Sum of RGB (Red+Green+Blue) = 243+149+255=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 149 (58.59% from 255 or 23.03% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #F395FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395FF is #0C6A00. Grayscale: #BCBCBC. Windows color (decimal): -813569 or 16750067. OLE color: 16750067.

HSL color Cylindrical-coordinate representation of color #F395FF: hue angle of 293.21º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F395FF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB243149255-
CMYK0.050.4200
HSL293.21º100%79.22%-
HSV(B)293.21º41.57%100%-
XYZ65.7647.77100.36-
YUV189.19165.14166.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 149 (58.59% from 255) = 23.03%
BLUE value IS 255 (100% from 255) = 39.41%
R=37.56%
G=23.03%
B=39.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431492550.050.4200293.2110079.22
HexF395FF52A00125644f
Octal36322537755200445144117
Binary1111001110010101111111111011010100010010010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395FF; }

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

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

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

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

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

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

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

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