Html Css Color HEX #F50EFF Magenta

📋 copy color: '#F50EFF'

red 245 ◦ green 14 ◦ blue 255

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

Shades of Magenta #F50EFF

Tints of Magenta #F50EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 47.67%
G = 2.72%
B = 49.61%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F50EFF (or 0xF50EFF) is known color: Magenta. HEX triplet: F5, 0E and FF. RGB value is (245,14,255). Sum of RGB (Red+Green+Blue) = 245+14+255=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 14 (5.86% from 255 or 2.72% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #F50EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50EFF is #0AF100. Grayscale: #6D6D6D. Windows color (decimal): -717057 or 16715509. OLE color: 16715509.

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

Color convert

RGB 245 14 255 -
CMYK 0.04 0.95 0 0
HSL 297.51º 1% 0.53% -
HSV(B) 297.51º 0.95% 1% -
XYZ 55.86 26.95 96.86 -
YUV 110.54 209.53 223.9 -
System Red Green Blue C M Y K H S L
Decimal 245 14 255 0.04 0.95 0 0 297.51 1 0.53
Hex F5 E FF 4 5F 0 0 12A 64 35
Octal 365 16 377 4 137 0 0 452 144 65
Binary 11110101 1110 11111111 100 1011111 0 0 100101010 1100100 110101

Color Harmonies of #F50EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50EFF

Black with #F50EFF

Text Example


Text Example

White with #F50EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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