#F393FF

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

Shades of Violet #F393FF

Tints of Violet #F393FF

Color information

#F393FF (or 0xF393FF) is unknown color: approx Violet. HEX triplet: F3, 93 and FF. RGB value is (243,147,255). Sum of RGB (Red+Green+Blue) = 243+147+255=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 147 (57.81% from 255 or 22.79% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F393FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F393FF is #0C6C00. Grayscale: #BBBBBB. Windows color (decimal): -814081 or 16749555. OLE color: 16749555.

HSL color Cylindrical-coordinate representation of color #F393FF: hue angle of 293.33º 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 #F393FF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB243147255-
CMYK0.050.4200
HSL293.33º100%78.82%-
HSV(B)293.33º42.35%100%-
XYZ65.4547.14100.26-
YUV188.02165.8167.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 147 (57.81% from 255) = 22.79%
BLUE value IS 255 (100% from 255) = 39.53%
R=37.67%
G=22.79%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431472550.050.4200293.3310078.82
HexF393FF52A00125644f
Octal36322337755200445144117
Binary1111001110010011111111111011010100010010010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F393FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F393FF; }

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

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

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

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

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

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

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

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