Html Css Color HEX #F503CD Hot Magenta

📋 copy color: '#F503CD'

red 245 ◦ green 3 ◦ blue 205

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

Shades of Hot Magenta #F503CD

Tints of Hot Magenta #F503CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 54.08%
G = 0.66%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F503CD (or 0xF503CD) is known color: Hot Magenta. HEX triplet: F5, 03 and CD. RGB value is (245,3,205). Sum of RGB (Red+Green+Blue) = 245+3+205=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F503CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503CD is #0AFC32. Grayscale: #616161. Windows color (decimal): -719923 or 13435893. OLE color: 13435893.

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

Color convert

RGB 245 3 205 -
CMYK 0 0.99 0.16 0.04
HSL 309.92º 0.98% 0.49% -
HSV(B) 309.92º 0.99% 0.96% -
XYZ 48.71 23.89 59.8 -
YUV 98.39 188.17 232.57 -
System Red Green Blue C M Y K H S L
Decimal 245 3 205 0 0.99 0.16 0.04 309.92 0.98 0.49
Hex F5 3 CD 0 63 10 4 136 62 31
Octal 365 3 315 0 143 20 4 466 142 61
Binary 11110101 11 11001101 0 1100011 10000 100 100110110 1100010 110001

Color Harmonies of #F503CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503CD

Black with #F503CD

Text Example


Text Example

White with #F503CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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