#F485EC

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

Shades of Violet #F485EC

Tints of Violet #F485EC

Color information

#F485EC (or 0xF485EC) is unknown color: approx Violet. HEX triplet: F4, 85 and EC. RGB value is (244,133,236). Sum of RGB (Red+Green+Blue) = 244+133+236=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F485EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F485EC is #0B7A13. Grayscale: #B1B1B1. Windows color (decimal): -752148 or 15500788. OLE color: 15500788.

HSL color Cylindrical-coordinate representation of color #F485EC: hue angle of 304.32º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485EC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244133236-
CMYK00.450.030.04
HSL304.32º83.46%73.92%-
HSV(B)304.32º45.49%95.69%-
XYZ60.8442.0684.27-
YUV177.93160.77175.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 133 (52.34% from 255) = 21.70%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=39.80%
G=21.70%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413323600.450.030.04304.3283.4673.92
HexF485EC02D34130534a
Octal36420535405534460123112
Binary11110100100001011110110001011011110010011000010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F485EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F485EC; }

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

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

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

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

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

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

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

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