Html Css Color HEX #F50CFE Magenta

📋 copy color: '#F50CFE'

red 245 ◦ green 12 ◦ blue 254

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

Shades of Magenta #F50CFE

Tints of Magenta #F50CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.35%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 47.95%
G = 2.35%
B = 49.71%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F50CFE (or 0xF50CFE) is known color: Magenta. HEX triplet: F5, 0C and FE. RGB value is (245,12,254). Sum of RGB (Red+Green+Blue) = 245+12+254=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #F50CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50CFE is #0AF301. Grayscale: #6C6C6C. Windows color (decimal): -717570 or 16649461. OLE color: 16649461.

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

Color convert

RGB 245 12 254 -
CMYK 0.04 0.95 0 0.00
HSL 297.77º 0.99% 0.52% -
HSV(B) 297.77º 0.95% 1% -
XYZ 55.68 26.83 96.01 -
YUV 109.26 209.69 224.82 -
System Red Green Blue C M Y K H S L
Decimal 245 12 254 0.04 0.95 0 0.00 297.77 0.99 0.52
Hex F5 C FE 4 5F 0 0 12A 63 34
Octal 365 14 376 4 137 0 0 452 143 64
Binary 11110101 1100 11111110 100 1011111 0 0 100101010 1100011 110100

Color Harmonies of #F50CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CFE

Black with #F50CFE

Text Example


Text Example

White with #F50CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CFE; }

 p { color: rgb(245,12,254); }

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

background-color css

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

 a { background-color: rgb(245,12,254); }

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

border-color css

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

 span { border-color: rgb(245,12,254); }

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