Html Css Color HEX #F500D9 Hot Magenta

📋 copy color: '#F500D9'

red 245 ◦ green 0 ◦ blue 217

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

Shades of Hot Magenta #F500D9

Tints of Hot Magenta #F500D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 217 (85.16% from 255) = 46.97%

R = 53.03%
G = 0%
B = 46.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F500D9 (or 0xF500D9) is known color: Hot Magenta. HEX triplet: F5, 00 and D9. RGB value is (245,0,217). Sum of RGB (Red+Green+Blue) = 245+0+217=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F500D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500D9 is #0AFF26. Grayscale: #616161. Windows color (decimal): -720679 or 14221557. OLE color: 14221557.

HSL color Cylindrical-coordinate representation of color #F500D9: hue angle of 306.86º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500D9 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 0 217 -
CMYK 0 1 0.11 0.04
HSL 306.86º 1% 0.48% -
HSV(B) 306.86º 1% 0.96% -
XYZ 50.18 24.42 67.71 -
YUV 97.99 195.17 232.86 -
System Red Green Blue C M Y K H S L
Decimal 245 0 217 0 1 0.11 0.04 306.86 1 0.48
Hex F5 0 D9 0 64 B 4 133 64 30
Octal 365 0 331 0 144 13 4 463 144 60
Binary 11110101 0 11011001 0 1100100 1011 100 100110011 1100100 110000

Color Harmonies of #F500D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500D9

Black with #F500D9

Text Example


Text Example

White with #F500D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500D9; }

 p { color: rgb(245,0,217); }

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

background-color css

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

 a { background-color: rgb(245,0,217); }

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

border-color css

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

 span { border-color: rgb(245,0,217); }

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