#F380E9

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

Shades of Violet #F380E9

Tints of Violet #F380E9

Color information

#F380E9 (or 0xF380E9) is unknown color: approx Violet. HEX triplet: F3, 80 and E9. RGB value is (243,128,233). Sum of RGB (Red+Green+Blue) = 243+128+233=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F380E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380E9 is #0C7F16. Grayscale: #AEAEAE. Windows color (decimal): -818967 or 15302899. OLE color: 15302899.

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

Color convert

RGB243128233-
CMYK00.470.040.05
HSL305.22º82.73%72.75%-
HSV(B)305.22º47.33%95.29%-
XYZ59.3940.3881.75-
YUV174.36161.1176.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 128 (50.39% from 255) = 21.19%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=40.23%
G=21.19%
B=38.58%

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
Decimal24312823300.470.040.05305.2282.7372.75
HexF380E902F451315349
Octal36320035105745461123111
Binary111100111000000011101001010111110010110011000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380E9; }

 p { color: rgb(243,128,233); }

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

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

 a { background-color: rgb(243,128,233); }

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

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

 span { border-color: rgb(243,128,233); }

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