Html Css Color HEX #F50CEB Magenta

📋 copy color: '#F50CEB'

red 245 ◦ green 12 ◦ blue 235

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

Shades of Magenta #F50CEB

Tints of Magenta #F50CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 49.8%
G = 2.44%
B = 47.76%

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

#F50CEB (or 0xF50CEB) is known color: Magenta. HEX triplet: F5, 0C and EB. RGB value is (245,12,235). Sum of RGB (Red+Green+Blue) = 245+12+235=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50CEB is #0AF314. Grayscale: #6A6A6A. Windows color (decimal): -717589 or 15404277. OLE color: 15404277.

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

Color convert

RGB 245 12 235 -
CMYK 0 0.95 0.04 0.04
HSL 302.58º 0.92% 0.5% -
HSV(B) 302.58º 0.95% 0.96% -
XYZ 52.78 25.67 80.77 -
YUV 107.09 200.19 226.37 -
System Red Green Blue C M Y K H S L
Decimal 245 12 235 0 0.95 0.04 0.04 302.58 0.92 0.5
Hex F5 C EB 0 5F 4 4 12F 5C 32
Octal 365 14 353 0 137 4 4 457 134 62
Binary 11110101 1100 11101011 0 1011111 100 100 100101111 1011100 110010

Color Harmonies of #F50CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CEB

Black with #F50CEB

Text Example


Text Example

White with #F50CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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