Html Css Color HEX #F503CE Hot Magenta

📋 copy color: '#F503CE'

red 245 ◦ green 3 ◦ blue 206

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

Shades of Hot Magenta #F503CE

Tints of Hot Magenta #F503CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 53.96%
G = 0.66%
B = 45.37%

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

#F503CE (or 0xF503CE) is known color: Hot Magenta. HEX triplet: F5, 03 and CE. RGB value is (245,3,206). Sum of RGB (Red+Green+Blue) = 245+3+206=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F503CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503CE is #0AFC31. Grayscale: #616161. Windows color (decimal): -719922 or 13501429. OLE color: 13501429.

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

Color convert

RGB 245 3 206 -
CMYK 0 0.99 0.16 0.04
HSL 309.67º 0.98% 0.49% -
HSV(B) 309.67º 0.99% 0.96% -
XYZ 48.83 23.93 60.44 -
YUV 98.5 188.67 232.49 -
System Red Green Blue C M Y K H S L
Decimal 245 3 206 0 0.99 0.16 0.04 309.67 0.98 0.49
Hex F5 3 CE 0 63 10 4 136 62 31
Octal 365 3 316 0 143 20 4 466 142 61
Binary 11110101 11 11001110 0 1100011 10000 100 100110110 1100010 110001

Color Harmonies of #F503CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503CE

Black with #F503CE

Text Example


Text Example

White with #F503CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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