Html Css Color HEX #F511D9 Hot Magenta

📋 copy color: '#F511D9'

red 245 ◦ green 17 ◦ blue 217

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

Shades of Hot Magenta #F511D9

Tints of Hot Magenta #F511D9

RGB

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

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

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

R = 51.15%
G = 3.55%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F511D9 (or 0xF511D9) is known color: Hot Magenta. HEX triplet: F5, 11 and D9. RGB value is (245,17,217). Sum of RGB (Red+Green+Blue) = 245+17+217=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F511D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511D9 is #0AEE26. Grayscale: #6B6B6B. Windows color (decimal): -716327 or 14225909. OLE color: 14225909.

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

Color convert

RGB 245 17 217 -
CMYK 0 0.93 0.11 0.04
HSL 307.37º 0.92% 0.51% -
HSV(B) 307.37º 0.93% 0.96% -
XYZ 50.38 24.82 67.78 -
YUV 107.97 189.54 225.74 -
System Red Green Blue C M Y K H S L
Decimal 245 17 217 0 0.93 0.11 0.04 307.37 0.92 0.51
Hex F5 11 D9 0 5D B 4 133 5C 33
Octal 365 21 331 0 135 13 4 463 134 63
Binary 11110101 10001 11011001 0 1011101 1011 100 100110011 1011100 110011

Color Harmonies of #F511D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511D9

Black with #F511D9

Text Example


Text Example

White with #F511D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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