Html Css Color HEX #F500DC Hot Magenta

📋 copy color: '#F500DC'

red 245 ◦ green 0 ◦ blue 220

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

Shades of Hot Magenta #F500DC

Tints of Hot Magenta #F500DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 52.69%
G = 0%
B = 47.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F500DC (or 0xF500DC) is known color: Hot Magenta. HEX triplet: F5, 00 and DC. RGB value is (245,0,220). Sum of RGB (Red+Green+Blue) = 245+0+220=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F500DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500DC is #0AFF23. Grayscale: #616161. Windows color (decimal): -720676 or 14418165. OLE color: 14418165.

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

Color convert

RGB 245 0 220 -
CMYK 0 1 0.10 0.04
HSL 306.12º 1% 0.48% -
HSV(B) 306.12º 1% 0.96% -
XYZ 50.57 24.58 69.79 -
YUV 98.34 196.67 232.61 -
System Red Green Blue C M Y K H S L
Decimal 245 0 220 0 1 0.10 0.04 306.12 1 0.48
Hex F5 0 DC 0 64 A 4 132 64 30
Octal 365 0 334 0 144 12 4 462 144 60
Binary 11110101 0 11011100 0 1100100 1010 100 100110010 1100100 110000

Color Harmonies of #F500DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500DC

Black with #F500DC

Text Example


Text Example

White with #F500DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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