Html Css Color HEX #F50DDD Hot Magenta

📋 copy color: '#F50DDD'

red 245 ◦ green 13 ◦ blue 221

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

Shades of Hot Magenta #F50DDD

Tints of Hot Magenta #F50DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.71%

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 51.15%
G = 2.71%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F50DDD (or 0xF50DDD) is known color: Hot Magenta. HEX triplet: F5, 0D and DD. RGB value is (245,13,221). Sum of RGB (Red+Green+Blue) = 245+13+221=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DDD is #0AF222. Grayscale: #696969. Windows color (decimal): -717347 or 14487029. OLE color: 14487029.

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

Color convert

RGB 245 13 221 -
CMYK 0 0.95 0.10 0.04
HSL 306.21º 0.92% 0.51% -
HSV(B) 306.21º 0.95% 0.96% -
XYZ 50.85 24.92 70.54 -
YUV 106.08 192.86 227.09 -
System Red Green Blue C M Y K H S L
Decimal 245 13 221 0 0.95 0.10 0.04 306.21 0.92 0.51
Hex F5 D DD 0 5F A 4 132 5C 33
Octal 365 15 335 0 137 12 4 462 134 63
Binary 11110101 1101 11011101 0 1011111 1010 100 100110010 1011100 110011

Color Harmonies of #F50DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DDD

Black with #F50DDD

Text Example


Text Example

White with #F50DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DDD; }

 p { color: rgb(245,13,221); }

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

background-color css

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

 a { background-color: rgb(245,13,221); }

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

border-color css

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

 span { border-color: rgb(245,13,221); }

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