Html Css Color HEX #F503D9 Hot Magenta

📋 copy color: '#F503D9'

red 245 ◦ green 3 ◦ blue 217

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

Shades of Hot Magenta #F503D9

Tints of Hot Magenta #F503D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.67%

R = 52.69%
G = 0.65%
B = 46.67%

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

#F503D9 (or 0xF503D9) is known color: Hot Magenta. HEX triplet: F5, 03 and D9. RGB value is (245,3,217). Sum of RGB (Red+Green+Blue) = 245+3+217=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F503D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503D9 is #0AFC26. Grayscale: #636363. Windows color (decimal): -719911 or 14222325. OLE color: 14222325.

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

Color convert

RGB 245 3 217 -
CMYK 0 0.99 0.11 0.04
HSL 306.94º 0.98% 0.49% -
HSV(B) 306.94º 0.99% 0.96% -
XYZ 50.21 24.49 67.73 -
YUV 99.75 194.17 231.6 -
System Red Green Blue C M Y K H S L
Decimal 245 3 217 0 0.99 0.11 0.04 306.94 0.98 0.49
Hex F5 3 D9 0 63 B 4 133 62 31
Octal 365 3 331 0 143 13 4 463 142 61
Binary 11110101 11 11011001 0 1100011 1011 100 100110011 1100010 110001

Color Harmonies of #F503D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503D9

Black with #F503D9

Text Example


Text Example

White with #F503D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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