Html Css Color HEX #F504DB Hot Magenta

📋 copy color: '#F504DB'

red 245 ◦ green 4 ◦ blue 219

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

Shades of Hot Magenta #F504DB

Tints of Hot Magenta #F504DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.85%

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

R = 52.35%
G = 0.85%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F504DB (or 0xF504DB) is known color: Hot Magenta. HEX triplet: F5, 04 and DB. RGB value is (245,4,219). Sum of RGB (Red+Green+Blue) = 245+4+219=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F504DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504DB is #0AFB24. Grayscale: #636363. Windows color (decimal): -719653 or 14353653. OLE color: 14353653.

HSL color Cylindrical-coordinate representation of color #F504DB: hue angle of 306.47º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F504DB is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 219 -
CMYK 0 0.98 0.11 0.04
HSL 306.47º 0.97% 0.49% -
HSV(B) 306.47º 0.98% 0.96% -
XYZ 50.49 24.61 69.11 -
YUV 100.57 194.84 231.02 -
System Red Green Blue C M Y K H S L
Decimal 245 4 219 0 0.98 0.11 0.04 306.47 0.97 0.49
Hex F5 4 DB 0 62 B 4 132 61 31
Octal 365 4 333 0 142 13 4 462 141 61
Binary 11110101 100 11011011 0 1100010 1011 100 100110010 1100001 110001

Color Harmonies of #F504DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504DB

Black with #F504DB

Text Example


Text Example

White with #F504DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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