Html Css Color HEX #F50DF1 Magenta

📋 copy color: '#F50DF1'

red 245 ◦ green 13 ◦ blue 241

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

Shades of Magenta #F50DF1

Tints of Magenta #F50DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 49.1%
G = 2.61%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F50DF1 (or 0xF50DF1) is known color: Magenta. HEX triplet: F5, 0D and F1. RGB value is (245,13,241). Sum of RGB (Red+Green+Blue) = 245+13+241=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 13 (5.47% from 255 or 2.61% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DF1 is #0AF20E. Grayscale: #6B6B6B. Windows color (decimal): -717327 or 15797749. OLE color: 15797749.

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

Color convert

RGB 245 13 241 -
CMYK 0 0.95 0.02 0.04
HSL 301.03º 0.92% 0.51% -
HSV(B) 301.03º 0.95% 0.96% -
XYZ 53.68 26.05 85.42 -
YUV 108.36 202.86 225.46 -
System Red Green Blue C M Y K H S L
Decimal 245 13 241 0 0.95 0.02 0.04 301.03 0.92 0.51
Hex F5 D F1 0 5F 2 4 12D 5C 33
Octal 365 15 361 0 137 2 4 455 134 63
Binary 11110101 1101 11110001 0 1011111 10 100 100101101 1011100 110011

Color Harmonies of #F50DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DF1

Black with #F50DF1

Text Example


Text Example

White with #F50DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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