Html Css Color HEX #F503E1 Hot Magenta

📋 copy color: '#F503E1'

red 245 ◦ green 3 ◦ blue 225

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

Shades of Hot Magenta #F503E1

Tints of Hot Magenta #F503E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.57%

R = 51.8%
G = 0.63%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F503E1 (or 0xF503E1) is known color: Hot Magenta. HEX triplet: F5, 03 and E1. RGB value is (245,3,225). Sum of RGB (Red+Green+Blue) = 245+3+225=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 3 (1.56% from 255 or 0.63% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F503E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503E1 is #0AFC1E. Grayscale: #646464. Windows color (decimal): -719903 or 14746613. OLE color: 14746613.

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

Color convert

RGB 245 3 225 -
CMYK 0 0.99 0.08 0.04
HSL 304.96º 0.98% 0.49% -
HSV(B) 304.96º 0.99% 0.96% -
XYZ 51.28 24.91 73.34 -
YUV 100.67 198.17 230.95 -
System Red Green Blue C M Y K H S L
Decimal 245 3 225 0 0.99 0.08 0.04 304.96 0.98 0.49
Hex F5 3 E1 0 63 8 4 131 62 31
Octal 365 3 341 0 143 10 4 461 142 61
Binary 11110101 11 11100001 0 1100011 1000 100 100110001 1100010 110001

Color Harmonies of #F503E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503E1

Black with #F503E1

Text Example


Text Example

White with #F503E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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