#F285EC

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

Shades of Violet #F285EC

Tints of Violet #F285EC

Color information

#F285EC (or 0xF285EC) is unknown color: approx Violet. HEX triplet: F2, 85 and EC. RGB value is (242,133,236). Sum of RGB (Red+Green+Blue) = 242+133+236=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F285EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285EC is #0D7A13. Grayscale: #B1B1B1. Windows color (decimal): -883220 or 15500786. OLE color: 15500786.

HSL color Cylindrical-coordinate representation of color #F285EC: hue angle of 303.3º degrees, saturation: 0.81, 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 #F285EC is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242133236-
CMYK00.450.020.05
HSL303.3º80.74%73.53%-
HSV(B)303.3º45.04%94.9%-
XYZ60.1541.7184.24-
YUV177.33161.11174.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 133 (52.34% from 255) = 21.77%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=39.61%
G=21.77%
B=38.63%

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
Decimal24213323600.450.020.05303.380.7473.53
HexF285EC02D2512f514a
Octal36220535405525457121112
Binary11110010100001011110110001011011010110010111110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285EC; }

 p { color: rgb(242,133,236); }

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

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

 a { background-color: rgb(242,133,236); }

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

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

 span { border-color: rgb(242,133,236); }

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