#F381EC

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

Shades of Violet #F381EC

Tints of Violet #F381EC

Color information

#F381EC (or 0xF381EC) is unknown color: approx Violet. HEX triplet: F3, 81 and EC. RGB value is (243,129,236). Sum of RGB (Red+Green+Blue) = 243+129+236=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F381EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381EC is #0C7E13. Grayscale: #AEAEAE. Windows color (decimal): -818708 or 15499763. OLE color: 15499763.

HSL color Cylindrical-coordinate representation of color #F381EC: hue angle of 303.68º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381EC is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243129236-
CMYK00.470.030.05
HSL303.68º82.61%72.94%-
HSV(B)303.68º46.91%95.29%-
XYZ59.9540.8184.07-
YUV175.28162.27176.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.97%
GREEN value IS 129 (50.78% from 255) = 21.22%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=39.97%
G=21.22%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312923600.470.030.05303.6882.6172.94
HexF381EC02F351305349
Octal36320135405735460123111
Binary11110011100000011110110001011111110110011000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381EC; }

 p { color: rgb(243,129,236); }

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

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

 a { background-color: rgb(243,129,236); }

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

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

 span { border-color: rgb(243,129,236); }

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