#F484EF

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

Shades of Violet #F484EF

Tints of Violet #F484EF

Color information

#F484EF (or 0xF484EF) is unknown color: approx Violet. HEX triplet: F4, 84 and EF. RGB value is (244,132,239). Sum of RGB (Red+Green+Blue) = 244+132+239=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F484EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484EF is #0B7B10. Grayscale: #B1B1B1. Windows color (decimal): -752401 or 15697140. OLE color: 15697140.

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

Color convert

RGB244132239-
CMYK00.460.020.04
HSL302.68º83.58%73.73%-
HSV(B)302.68º45.9%95.69%-
XYZ61.1441.9786.54-
YUV177.69162.61175.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.67%
GREEN value IS 132 (51.95% from 255) = 21.46%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=39.67%
G=21.46%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413223900.460.020.04302.6883.5873.73
HexF484EF02E2412f544a
Octal36420435705624457124112
Binary11110100100001001110111101011101010010010111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484EF; }

 p { color: rgb(244,132,239); }

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

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

 a { background-color: rgb(244,132,239); }

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

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

 span { border-color: rgb(244,132,239); }

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