Html Css Color HEX #F511DC Hot Magenta

📋 copy color: '#F511DC'

red 245 ◦ green 17 ◦ blue 220

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

Shades of Hot Magenta #F511DC

Tints of Hot Magenta #F511DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.53%

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

R = 50.83%
G = 3.53%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F511DC (or 0xF511DC) is known color: Hot Magenta. HEX triplet: F5, 11 and DC. RGB value is (245,17,220). Sum of RGB (Red+Green+Blue) = 245+17+220=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F511DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511DC is #0AEE23. Grayscale: #6B6B6B. Windows color (decimal): -716324 or 14422517. OLE color: 14422517.

HSL color Cylindrical-coordinate representation of color #F511DC: hue angle of 306.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511DC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 220 -
CMYK 0 0.93 0.10 0.04
HSL 306.58º 0.92% 0.51% -
HSV(B) 306.58º 0.93% 0.96% -
XYZ 50.77 24.98 69.86 -
YUV 108.31 191.04 225.49 -
System Red Green Blue C M Y K H S L
Decimal 245 17 220 0 0.93 0.10 0.04 306.58 0.92 0.51
Hex F5 11 DC 0 5D A 4 133 5C 33
Octal 365 21 334 0 135 12 4 463 134 63
Binary 11110101 10001 11011100 0 1011101 1010 100 100110011 1011100 110011

Color Harmonies of #F511DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511DC

Black with #F511DC

Text Example


Text Example

White with #F511DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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