Html Css Color HEX #F50FD3 Hot Magenta

📋 copy color: '#F50FD3'

red 245 ◦ green 15 ◦ blue 211

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

Shades of Hot Magenta #F50FD3

Tints of Hot Magenta #F50FD3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

 BLUE value IS 211 (82.81% from 255) = 44.8%

R = 52.02%
G = 3.18%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F50FD3 (or 0xF50FD3) is known color: Hot Magenta. HEX triplet: F5, 0F and D3. RGB value is (245,15,211). Sum of RGB (Red+Green+Blue) = 245+15+211=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FD3 is #0AF02C. Grayscale: #696969. Windows color (decimal): -716845 or 13832181. OLE color: 13832181.

HSL color Cylindrical-coordinate representation of color #F50FD3: hue angle of 308.87º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FD3 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 15 211 -
CMYK 0 0.94 0.14 0.04
HSL 308.87º 0.92% 0.51% -
HSV(B) 308.87º 0.94% 0.96% -
XYZ 49.58 24.46 63.74 -
YUV 106.11 187.2 227.06 -
System Red Green Blue C M Y K H S L
Decimal 245 15 211 0 0.94 0.14 0.04 308.87 0.92 0.51
Hex F5 F D3 0 5E E 4 135 5C 33
Octal 365 17 323 0 136 16 4 465 134 63
Binary 11110101 1111 11010011 0 1011110 1110 100 100110101 1011100 110011

Color Harmonies of #F50FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50FD3

Black with #F50FD3

Text Example


Text Example

White with #F50FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50FD3; }

 p { color: rgb(245,15,211); }

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

background-color css

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

 a { background-color: rgb(245,15,211); }

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

border-color css

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

 span { border-color: rgb(245,15,211); }

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