Html Css Color HEX #F511D8 Hot Magenta

📋 copy color: '#F511D8'

red 245 ◦ green 17 ◦ blue 216

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

Shades of Hot Magenta #F511D8

Tints of Hot Magenta #F511D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.19%

R = 51.26%
G = 3.56%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F511D8 (or 0xF511D8) is known color: Hot Magenta. HEX triplet: F5, 11 and D8. RGB value is (245,17,216). Sum of RGB (Red+Green+Blue) = 245+17+216=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 17 (7.03% from 255 or 3.56% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F511D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511D8 is #0AEE27. Grayscale: #6B6B6B. Windows color (decimal): -716328 or 14160373. OLE color: 14160373.

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

Color convert

RGB 245 17 216 -
CMYK 0 0.93 0.12 0.04
HSL 307.63º 0.92% 0.51% -
HSV(B) 307.63º 0.93% 0.96% -
XYZ 50.25 24.77 67.1 -
YUV 107.86 189.04 225.82 -
System Red Green Blue C M Y K H S L
Decimal 245 17 216 0 0.93 0.12 0.04 307.63 0.92 0.51
Hex F5 11 D8 0 5D C 4 134 5C 33
Octal 365 21 330 0 135 14 4 464 134 63
Binary 11110101 10001 11011000 0 1011101 1100 100 100110100 1011100 110011

Color Harmonies of #F511D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511D8

Black with #F511D8

Text Example


Text Example

White with #F511D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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