#f504d4

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

Shades of Hot Magenta #F504D4

Tints of Hot Magenta #F504D4

Color information

#F504D4 (or 0xF504D4) is unknown color: approx Hot Magenta. HEX triplet: F5, 04 and D4. RGB value is (245,4,212). Sum of RGB (Red+Green+Blue) = 245+4+212=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F504D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504D4 is #0AFB2B. Grayscale: #636363. Windows color (decimal): -719660 or 13894901. OLE color: 13894901.

HSL color Cylindrical-coordinate representation of color #F504D4: hue angle of 308.22º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F504D4 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB2454212-
CMYK00.980.130.04
HSL308.22º96.79%48.82%-
HSV(B)308.22º98.37%96.08%-
XYZ49.5824.2564.36-
YUV99.77191.34231.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.15%
GREEN value IS 4 (1.95% from 255) = 0.87%
BLUE value IS 212 (83.20% from 255) = 45.99%
R=53.15%
G=0.87%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245421200.980.130.04308.2296.7948.82
HexF54D4062D41346131
Octal3654324014215446414161
Binary11110101100110101000110001011011001001101001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f504d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f504d4; }

 p { color: rgb(245,4,212); }

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

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

 a { background-color: rgb(245,4,212); }

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

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

 span { border-color: rgb(245,4,212); }

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