#F381EA

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

Shades of Violet #F381EA

Tints of Violet #F381EA

Color information

#F381EA (or 0xF381EA) is unknown color: approx Violet. HEX triplet: F3, 81 and EA. RGB value is (243,129,234). Sum of RGB (Red+Green+Blue) = 243+129+234=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F381EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381EA is #0C7E15. Grayscale: #AEAEAE. Windows color (decimal): -818710 or 15368691. OLE color: 15368691.

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

Color convert

RGB243129234-
CMYK00.470.040.05
HSL304.74º82.61%72.94%-
HSV(B)304.74º46.91%95.29%-
XYZ59.6640.782.55-
YUV175.06161.27176.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.10%
GREEN value IS 129 (50.78% from 255) = 21.29%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=40.10%
G=21.29%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312923400.470.040.05304.7482.6172.94
HexF381EA02F451315349
Octal36320135205745461123111
Binary111100111000000111101010010111110010110011000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381EA; }

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

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

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

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

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

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

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

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