#F484ED

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

Shades of Violet #F484ED

Tints of Violet #F484ED

Color information

#F484ED (or 0xF484ED) is unknown color: approx Violet. HEX triplet: F4, 84 and ED. RGB value is (244,132,237). Sum of RGB (Red+Green+Blue) = 244+132+237=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F484ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484ED is #0B7B12. Grayscale: #B1B1B1. Windows color (decimal): -752403 or 15566068. OLE color: 15566068.

HSL color Cylindrical-coordinate representation of color #F484ED: hue angle of 303.75º 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 #F484ED is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244132237-
CMYK00.460.030.04
HSL303.75º83.58%73.73%-
HSV(B)303.75º45.9%95.69%-
XYZ60.8541.8584.99-
YUV177.46161.61175.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 132 (51.95% from 255) = 21.53%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=39.80%
G=21.53%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413223700.460.030.04303.7583.5873.73
HexF484ED02E34130544a
Octal36420435505634460124112
Binary11110100100001001110110101011101110010011000010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484ED; }

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

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

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

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

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

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

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

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