Html Css Color HEX #F50DF8 Magenta

📋 copy color: '#F50DF8'

red 245 ◦ green 13 ◦ blue 248

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

Shades of Magenta #F50DF8

Tints of Magenta #F50DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.01%

R = 48.42%
G = 2.57%
B = 49.01%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F50DF8 (or 0xF50DF8) is known color: Magenta. HEX triplet: F5, 0D and F8. RGB value is (245,13,248). Sum of RGB (Red+Green+Blue) = 245+13+248=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #F50DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DF8 is #0AF207. Grayscale: #6C6C6C. Windows color (decimal): -717320 or 16256501. OLE color: 16256501.

HSL color Cylindrical-coordinate representation of color #F50DF8: hue angle of 299.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50DF8 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 13 248 -
CMYK 0.01 0.95 0 0.03
HSL 299.23º 0.94% 0.51% -
HSV(B) 299.23º 0.95% 0.97% -
XYZ 54.74 26.48 91.03 -
YUV 109.16 206.36 224.89 -
System Red Green Blue C M Y K H S L
Decimal 245 13 248 0.01 0.95 0 0.03 299.23 0.94 0.51
Hex F5 D F8 1 5F 0 3 12B 5E 33
Octal 365 15 370 1 137 0 3 453 136 63
Binary 11110101 1101 11111000 1 1011111 0 11 100101011 1011110 110011

Color Harmonies of #F50DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DF8

Black with #F50DF8

Text Example


Text Example

White with #F50DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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