Html Css Color HEX #F50DFF Magenta

📋 copy color: '#F50DFF'

red 245 ◦ green 13 ◦ blue 255

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

Shades of Magenta #F50DFF

Tints of Magenta #F50DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 47.76%
G = 2.53%
B = 49.71%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F50DFF (or 0xF50DFF) is known color: Magenta. HEX triplet: F5, 0D and FF. RGB value is (245,13,255). Sum of RGB (Red+Green+Blue) = 245+13+255=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 13 (5.47% from 255 or 2.53% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #F50DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DFF is #0AF200. Grayscale: #6D6D6D. Windows color (decimal): -717313 or 16715253. OLE color: 16715253.

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

Color convert

RGB 245 13 255 -
CMYK 0.04 0.95 0 0
HSL 297.52º 1% 0.53% -
HSV(B) 297.52º 0.95% 1% -
XYZ 55.85 26.92 96.86 -
YUV 109.96 209.86 224.32 -
System Red Green Blue C M Y K H S L
Decimal 245 13 255 0.04 0.95 0 0 297.52 1 0.53
Hex F5 D FF 4 5F 0 0 12A 64 35
Octal 365 15 377 4 137 0 0 452 144 65
Binary 11110101 1101 11111111 100 1011111 0 0 100101010 1100100 110101

Color Harmonies of #F50DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DFF

Black with #F50DFF

Text Example


Text Example

White with #F50DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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