Html Css Color HEX #F50CEF Magenta

📋 copy color: '#F50CEF'

red 245 ◦ green 12 ◦ blue 239

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

Shades of Magenta #F50CEF

Tints of Magenta #F50CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 49.4%
G = 2.42%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F50CEF (or 0xF50CEF) is known color: Magenta. HEX triplet: F5, 0C and EF. RGB value is (245,12,239). Sum of RGB (Red+Green+Blue) = 245+12+239=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 12 (5.08% from 255 or 2.42% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50CEF is #0AF310. Grayscale: #6A6A6A. Windows color (decimal): -717585 or 15666421. OLE color: 15666421.

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

Color convert

RGB 245 12 239 -
CMYK 0 0.95 0.02 0.04
HSL 301.55º 0.92% 0.5% -
HSV(B) 301.55º 0.95% 0.96% -
XYZ 53.37 25.91 83.85 -
YUV 107.55 202.19 226.04 -
System Red Green Blue C M Y K H S L
Decimal 245 12 239 0 0.95 0.02 0.04 301.55 0.92 0.5
Hex F5 C EF 0 5F 2 4 12E 5C 32
Octal 365 14 357 0 137 2 4 456 134 62
Binary 11110101 1100 11101111 0 1011111 10 100 100101110 1011100 110010

Color Harmonies of #F50CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CEF

Black with #F50CEF

Text Example


Text Example

White with #F50CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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