Html Css Color HEX #F511DB Hot Magenta

📋 copy color: '#F511DB'

red 245 ◦ green 17 ◦ blue 219

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

Shades of Hot Magenta #F511DB

Tints of Hot Magenta #F511DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 50.94%
G = 3.53%
B = 45.53%

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

#F511DB (or 0xF511DB) is known color: Hot Magenta. HEX triplet: F5, 11 and DB. RGB value is (245,17,219). Sum of RGB (Red+Green+Blue) = 245+17+219=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F511DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511DB is #0AEE24. Grayscale: #6B6B6B. Windows color (decimal): -716325 or 14356981. OLE color: 14356981.

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

Color convert

RGB 245 17 219 -
CMYK 0 0.93 0.11 0.04
HSL 306.84º 0.92% 0.51% -
HSV(B) 306.84º 0.93% 0.96% -
XYZ 50.64 24.93 69.16 -
YUV 108.2 190.54 225.57 -
System Red Green Blue C M Y K H S L
Decimal 245 17 219 0 0.93 0.11 0.04 306.84 0.92 0.51
Hex F5 11 DB 0 5D B 4 133 5C 33
Octal 365 21 333 0 135 13 4 463 134 63
Binary 11110101 10001 11011011 0 1011101 1011 100 100110011 1011100 110011

Color Harmonies of #F511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511DB

Black with #F511DB

Text Example


Text Example

White with #F511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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