Html Css Color HEX #F50DD4 Hot Magenta

📋 copy color: '#F50DD4'

red 245 ◦ green 13 ◦ blue 212

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

Shades of Hot Magenta #F50DD4

Tints of Hot Magenta #F50DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 52.13%
G = 2.77%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F50DD4 (or 0xF50DD4) is known color: Hot Magenta. HEX triplet: F5, 0D and D4. RGB value is (245,13,212). Sum of RGB (Red+Green+Blue) = 245+13+212=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DD4 is #0AF22B. Grayscale: #686868. Windows color (decimal): -717356 or 13897205. OLE color: 13897205.

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

Color convert

RGB 245 13 212 -
CMYK 0 0.95 0.13 0.04
HSL 308.53º 0.92% 0.51% -
HSV(B) 308.53º 0.95% 0.96% -
XYZ 49.68 24.45 64.39 -
YUV 105.05 188.36 227.82 -
System Red Green Blue C M Y K H S L
Decimal 245 13 212 0 0.95 0.13 0.04 308.53 0.92 0.51
Hex F5 D D4 0 5F D 4 135 5C 33
Octal 365 15 324 0 137 15 4 465 134 63
Binary 11110101 1101 11010100 0 1011111 1101 100 100110101 1011100 110011

Color Harmonies of #F50DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DD4

Black with #F50DD4

Text Example


Text Example

White with #F50DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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