Html Css Color HEX #F519DB Hot Magenta

📋 copy color: '#F519DB'

red 245 ◦ green 25 ◦ blue 219

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

Shades of Hot Magenta #F519DB

Tints of Hot Magenta #F519DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.11%

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

R = 50.1%
G = 5.11%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F519DB (or 0xF519DB) is known color: Hot Magenta. HEX triplet: F5, 19 and DB. RGB value is (245,25,219). Sum of RGB (Red+Green+Blue) = 245+25+219=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F519DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519DB is #0AE624. Grayscale: #707070. Windows color (decimal): -714277 or 14359029. OLE color: 14359029.

HSL color Cylindrical-coordinate representation of color #F519DB: hue angle of 307.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519DB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 25 219 -
CMYK 0 0.90 0.11 0.04
HSL 307.09º 0.92% 0.53% -
HSV(B) 307.09º 0.9% 0.96% -
XYZ 50.79 25.22 69.21 -
YUV 112.9 187.89 222.23 -
System Red Green Blue C M Y K H S L
Decimal 245 25 219 0 0.90 0.11 0.04 307.09 0.92 0.53
Hex F5 19 DB 0 5A B 4 133 5C 35
Octal 365 31 333 0 132 13 4 463 134 65
Binary 11110101 11001 11011011 0 1011010 1011 100 100110011 1011100 110101

Color Harmonies of #F519DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519DB

Black with #F519DB

Text Example


Text Example

White with #F519DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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