Html Css Color HEX #F50DFC Magenta

📋 copy color: '#F50DFC'

red 245 ◦ green 13 ◦ blue 252

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

Shades of Magenta #F50DFC

Tints of Magenta #F50DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 48.04%
G = 2.55%
B = 49.41%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F50DFC (or 0xF50DFC) is known color: Magenta. HEX triplet: F5, 0D and FC. RGB value is (245,13,252). Sum of RGB (Red+Green+Blue) = 245+13+252=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 13 (5.47% from 255 or 2.55% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #F50DFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DFC is #0AF203. Grayscale: #6C6C6C. Windows color (decimal): -717316 or 16518645. OLE color: 16518645.

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

Color convert

RGB 245 13 252 -
CMYK 0.03 0.95 0 0.01
HSL 298.24º 0.98% 0.52% -
HSV(B) 298.24º 0.95% 0.99% -
XYZ 55.37 26.73 94.34 -
YUV 109.61 208.36 224.57 -
System Red Green Blue C M Y K H S L
Decimal 245 13 252 0.03 0.95 0 0.01 298.24 0.98 0.52
Hex F5 D FC 3 5F 0 1 12A 62 34
Octal 365 15 374 3 137 0 1 452 142 64
Binary 11110101 1101 11111100 11 1011111 0 1 100101010 1100010 110100

Color Harmonies of #F50DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DFC

Black with #F50DFC

Text Example


Text Example

White with #F50DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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