Html Css Color HEX #F50BEB Magenta

📋 copy color: '#F50BEB'

red 245 ◦ green 11 ◦ blue 235

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

Shades of Magenta #F50BEB

Tints of Magenta #F50BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.24%

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

R = 49.9%
G = 2.24%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F50BEB (or 0xF50BEB) is known color: Magenta. HEX triplet: F5, 0B and EB. RGB value is (245,11,235). Sum of RGB (Red+Green+Blue) = 245+11+235=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50BEB is #0AF414. Grayscale: #696969. Windows color (decimal): -717845 or 15404021. OLE color: 15404021.

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

Color convert

RGB 245 11 235 -
CMYK 0 0.96 0.04 0.04
HSL 302.56º 0.92% 0.5% -
HSV(B) 302.56º 0.96% 0.96% -
XYZ 52.77 25.65 80.77 -
YUV 106.5 200.52 226.79 -
System Red Green Blue C M Y K H S L
Decimal 245 11 235 0 0.96 0.04 0.04 302.56 0.92 0.5
Hex F5 B EB 0 60 4 4 12F 5C 32
Octal 365 13 353 0 140 4 4 457 134 62
Binary 11110101 1011 11101011 0 1100000 100 100 100101111 1011100 110010

Color Harmonies of #F50BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50BEB

Black with #F50BEB

Text Example


Text Example

White with #F50BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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