#F482EC

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

Shades of Violet #F482EC

Tints of Violet #F482EC

Color information

#F482EC (or 0xF482EC) is unknown color: approx Violet. HEX triplet: F4, 82 and EC. RGB value is (244,130,236). Sum of RGB (Red+Green+Blue) = 244+130+236=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F482EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F482EC is #0B7D13. Grayscale: #AFAFAF. Windows color (decimal): -752916 or 15500020. OLE color: 15500020.

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

Color convert

RGB244130236-
CMYK00.470.030.04
HSL304.21º83.82%73.33%-
HSV(B)304.21º46.72%95.69%-
XYZ60.4341.2584.13-
YUV176.17161.77176.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 21.31%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=40%
G=21.31%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413023600.470.030.04304.2183.8273.33
HexF482EC02F341305449
Octal36420235405734460124111
Binary11110100100000101110110001011111110010011000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F482EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F482EC; }

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

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

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

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

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

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

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

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