Html Css Color HEX #F50CEA Magenta

📋 copy color: '#F50CEA'

red 245 ◦ green 12 ◦ blue 234

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

Shades of Magenta #F50CEA

Tints of Magenta #F50CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 49.9%
G = 2.44%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F50CEA (or 0xF50CEA) is known color: Magenta. HEX triplet: F5, 0C and EA. RGB value is (245,12,234). Sum of RGB (Red+Green+Blue) = 245+12+234=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50CEA is #0AF315. Grayscale: #6A6A6A. Windows color (decimal): -717590 or 15338741. OLE color: 15338741.

HSL color Cylindrical-coordinate representation of color #F50CEA: hue angle of 302.83º 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 #F50CEA is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 12 234 -
CMYK 0 0.95 0.04 0.04
HSL 302.83º 0.92% 0.5% -
HSV(B) 302.83º 0.95% 0.96% -
XYZ 52.64 25.62 80.01 -
YUV 106.98 199.69 226.45 -
System Red Green Blue C M Y K H S L
Decimal 245 12 234 0 0.95 0.04 0.04 302.83 0.92 0.5
Hex F5 C EA 0 5F 4 4 12F 5C 32
Octal 365 14 352 0 137 4 4 457 134 62
Binary 11110101 1100 11101010 0 1011111 100 100 100101111 1011100 110010

Color Harmonies of #F50CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CEA

Black with #F50CEA

Text Example


Text Example

White with #F50CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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