Html Css Color HEX #F504DD Hot Magenta

📋 copy color: '#F504DD'

red 245 ◦ green 4 ◦ blue 221

#F504DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #F504DD

Tints of Hot Magenta #F504DD

RGB

 RED value IS 245 (96.09% from 255) = 52.13%

 GREEN value IS 4 (1.95% from 255) = 0.85%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 52.13%
G = 0.85%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F504DD (or 0xF504DD) is known color: Hot Magenta. HEX triplet: F5, 04 and DD. RGB value is (245,4,221). Sum of RGB (Red+Green+Blue) = 245+4+221=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F504DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504DD is #0AFB22. Grayscale: #646464. Windows color (decimal): -719651 or 14484725. OLE color: 14484725.

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

Color convert

RGB 245 4 221 -
CMYK 0 0.98 0.10 0.04
HSL 305.98º 0.97% 0.49% -
HSV(B) 305.98º 0.98% 0.96% -
XYZ 50.75 24.72 70.5 -
YUV 100.8 195.84 230.86 -
System Red Green Blue C M Y K H S L
Decimal 245 4 221 0 0.98 0.10 0.04 305.98 0.97 0.49
Hex F5 4 DD 0 62 A 4 132 61 31
Octal 365 4 335 0 142 12 4 462 141 61
Binary 11110101 100 11011101 0 1100010 1010 100 100110010 1100001 110001

Color Harmonies of #F504DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504DD

Black with #F504DD

Text Example


Text Example

White with #F504DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504DD; }

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

 H1.HeaderClassName
 {
   color: #F504DD;
 }
 .AnyTagClassName
 {
   color: #F504DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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