Html Css Color HEX #F503EF Magenta

📋 copy color: '#F503EF'

red 245 ◦ green 3 ◦ blue 239

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

Shades of Magenta #F503EF

Tints of Magenta #F503EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 50.31%
G = 0.62%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F503EF (or 0xF503EF) is known color: Magenta. HEX triplet: F5, 03 and EF. RGB value is (245,3,239). Sum of RGB (Red+Green+Blue) = 245+3+239=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 3 (1.56% from 255 or 0.62% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F503EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F503EF is #0AFC10. Grayscale: #656565. Windows color (decimal): -719889 or 15664117. OLE color: 15664117.

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

Color convert

RGB 245 3 239 -
CMYK 0 0.99 0.02 0.04
HSL 301.49º 0.98% 0.49% -
HSV(B) 301.49º 0.99% 0.96% -
XYZ 53.27 25.71 83.82 -
YUV 102.26 205.17 229.81 -
System Red Green Blue C M Y K H S L
Decimal 245 3 239 0 0.99 0.02 0.04 301.49 0.98 0.49
Hex F5 3 EF 0 63 2 4 12D 62 31
Octal 365 3 357 0 143 2 4 455 142 61
Binary 11110101 11 11101111 0 1100011 10 100 100101101 1100010 110001

Color Harmonies of #F503EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503EF

Black with #F503EF

Text Example


Text Example

White with #F503EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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