#F385EF

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

Shades of Violet #F385EF

Tints of Violet #F385EF

Color information

#F385EF (or 0xF385EF) is unknown color: approx Violet. HEX triplet: F3, 85 and EF. RGB value is (243,133,239). Sum of RGB (Red+Green+Blue) = 243+133+239=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F385EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385EF is #0C7A10. Grayscale: #B1B1B1. Windows color (decimal): -817681 or 15697395. OLE color: 15697395.

HSL color Cylindrical-coordinate representation of color #F385EF: hue angle of 302.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385EF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243133239-
CMYK00.450.020.05
HSL302.18º82.09%73.73%-
HSV(B)302.18º45.27%95.29%-
XYZ60.9342.0686.57-
YUV177.97162.44174.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 133 (52.34% from 255) = 21.63%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=39.51%
G=21.63%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313323900.450.020.05302.1882.0973.73
HexF385EF02D2512e524a
Octal36320535705525456122112
Binary11110011100001011110111101011011010110010111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385EF; }

 p { color: rgb(243,133,239); }

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

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

 a { background-color: rgb(243,133,239); }

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

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

 span { border-color: rgb(243,133,239); }

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