#F393F1

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

Shades of Violet #F393F1

Tints of Violet #F393F1

Color information

#F393F1 (or 0xF393F1) is unknown color: approx Violet. HEX triplet: F3, 93 and F1. RGB value is (243,147,241). Sum of RGB (Red+Green+Blue) = 243+147+241=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F393F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F393F1 is #0C6C0E. Grayscale: #BABABA. Windows color (decimal): -814095 or 15832051. OLE color: 15832051.

HSL color Cylindrical-coordinate representation of color #F393F1: hue angle of 301.25º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393F1 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243147241-
CMYK00.400.010.05
HSL301.25º80%76.47%-
HSV(B)301.25º39.51%95.29%-
XYZ63.2746.2788.82-
YUV186.42158.8168.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 147 (57.81% from 255) = 23.30%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=38.51%
G=23.30%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314724100.400.010.05301.258076.47
HexF393F10281512d504c
Octal36322336105015455120114
Binary1111001110010011111100010101000110110010110110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F393F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F393F1; }

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

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

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

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

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

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

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

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