Html Css Color HEX #F503DB Hot Magenta

📋 copy color: '#F503DB'

red 245 ◦ green 3 ◦ blue 219

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

Shades of Hot Magenta #F503DB

Tints of Hot Magenta #F503DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.64%

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

R = 52.46%
G = 0.64%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F503DB (or 0xF503DB) is known color: Hot Magenta. HEX triplet: F5, 03 and DB. RGB value is (245,3,219). Sum of RGB (Red+Green+Blue) = 245+3+219=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 3 (1.56% from 255 or 0.64% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F503DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503DB is #0AFC24. Grayscale: #636363. Windows color (decimal): -719909 or 14353397. OLE color: 14353397.

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

Color convert

RGB 245 3 219 -
CMYK 0 0.99 0.11 0.04
HSL 306.45º 0.98% 0.49% -
HSV(B) 306.45º 0.99% 0.96% -
XYZ 50.47 24.59 69.1 -
YUV 99.98 195.17 231.44 -
System Red Green Blue C M Y K H S L
Decimal 245 3 219 0 0.99 0.11 0.04 306.45 0.98 0.49
Hex F5 3 DB 0 63 B 4 132 62 31
Octal 365 3 333 0 143 13 4 462 142 61
Binary 11110101 11 11011011 0 1100011 1011 100 100110010 1100010 110001

Color Harmonies of #F503DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503DB

Black with #F503DB

Text Example


Text Example

White with #F503DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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