Html Css Color HEX #F503DE Hot Magenta

📋 copy color: '#F503DE'

red 245 ◦ green 3 ◦ blue 222

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

Shades of Hot Magenta #F503DE

Tints of Hot Magenta #F503DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 52.13%
G = 0.64%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F503DE (or 0xF503DE) is known color: Hot Magenta. HEX triplet: F5, 03 and DE. RGB value is (245,3,222). Sum of RGB (Red+Green+Blue) = 245+3+222=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F503DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503DE is #0AFC21. Grayscale: #636363. Windows color (decimal): -719906 or 14550005. OLE color: 14550005.

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

Color convert

RGB 245 3 222 -
CMYK 0 0.99 0.09 0.04
HSL 305.7º 0.98% 0.49% -
HSV(B) 305.7º 0.99% 0.96% -
XYZ 50.87 24.75 71.2 -
YUV 100.32 196.67 231.19 -
System Red Green Blue C M Y K H S L
Decimal 245 3 222 0 0.99 0.09 0.04 305.7 0.98 0.49
Hex F5 3 DE 0 63 9 4 132 62 31
Octal 365 3 336 0 143 11 4 462 142 61
Binary 11110101 11 11011110 0 1100011 1001 100 100110010 1100010 110001

Color Harmonies of #F503DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503DE

Black with #F503DE

Text Example


Text Example

White with #F503DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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