Html Css Color HEX #F50EFE Magenta

📋 copy color: '#F50EFE'

red 245 ◦ green 14 ◦ blue 254

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

Shades of Magenta #F50EFE

Tints of Magenta #F50EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.73%

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

R = 47.76%
G = 2.73%
B = 49.51%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F50EFE (or 0xF50EFE) is known color: Magenta. HEX triplet: F5, 0E and FE. RGB value is (245,14,254). Sum of RGB (Red+Green+Blue) = 245+14+254=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 14 (5.86% from 255 or 2.73% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #F50EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50EFE is #0AF101. Grayscale: #6D6D6D. Windows color (decimal): -717058 or 16649973. OLE color: 16649973.

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

Color convert

RGB 245 14 254 -
CMYK 0.04 0.94 0 0.00
HSL 297.75º 0.99% 0.53% -
HSV(B) 297.75º 0.94% 1% -
XYZ 55.7 26.88 96.02 -
YUV 110.43 209.03 223.99 -
System Red Green Blue C M Y K H S L
Decimal 245 14 254 0.04 0.94 0 0.00 297.75 0.99 0.53
Hex F5 E FE 4 5E 0 0 12A 63 35
Octal 365 16 376 4 136 0 0 452 143 65
Binary 11110101 1110 11111110 100 1011110 0 0 100101010 1100011 110101

Color Harmonies of #F50EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50EFE

Black with #F50EFE

Text Example


Text Example

White with #F50EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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