Html Css Color HEX #F511DA Hot Magenta

📋 copy color: '#F511DA'

red 245 ◦ green 17 ◦ blue 218

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

Shades of Hot Magenta #F511DA

Tints of Hot Magenta #F511DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 51.04%
G = 3.54%
B = 45.42%

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

#F511DA (or 0xF511DA) is known color: Hot Magenta. HEX triplet: F5, 11 and DA. RGB value is (245,17,218). Sum of RGB (Red+Green+Blue) = 245+17+218=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F511DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511DA is #0AEE25. Grayscale: #6B6B6B. Windows color (decimal): -716326 or 14291445. OLE color: 14291445.

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

Color convert

RGB 245 17 218 -
CMYK 0 0.93 0.11 0.04
HSL 307.11º 0.92% 0.51% -
HSV(B) 307.11º 0.93% 0.96% -
XYZ 50.51 24.88 68.47 -
YUV 108.09 190.04 225.66 -
System Red Green Blue C M Y K H S L
Decimal 245 17 218 0 0.93 0.11 0.04 307.11 0.92 0.51
Hex F5 11 DA 0 5D B 4 133 5C 33
Octal 365 21 332 0 135 13 4 463 134 63
Binary 11110101 10001 11011010 0 1011101 1011 100 100110011 1011100 110011

Color Harmonies of #F511DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511DA

Black with #F511DA

Text Example


Text Example

White with #F511DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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