Html Css Color HEX #F50BE7 Magenta

📋 copy color: '#F50BE7'

red 245 ◦ green 11 ◦ blue 231

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

Shades of Magenta #F50BE7

Tints of Magenta #F50BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.43%

R = 50.31%
G = 2.26%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F50BE7 (or 0xF50BE7) is known color: Magenta. HEX triplet: F5, 0B and E7. RGB value is (245,11,231). Sum of RGB (Red+Green+Blue) = 245+11+231=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50BE7 is #0AF418. Grayscale: #696969. Windows color (decimal): -717849 or 15141877. OLE color: 15141877.

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

Color convert

RGB 245 11 231 -
CMYK 0 0.96 0.06 0.04
HSL 303.59º 0.92% 0.5% -
HSV(B) 303.59º 0.96% 0.96% -
XYZ 52.2 25.42 77.76 -
YUV 106.05 198.52 227.11 -
System Red Green Blue C M Y K H S L
Decimal 245 11 231 0 0.96 0.06 0.04 303.59 0.92 0.5
Hex F5 B E7 0 60 6 4 130 5C 32
Octal 365 13 347 0 140 6 4 460 134 62
Binary 11110101 1011 11100111 0 1100000 110 100 100110000 1011100 110010

Color Harmonies of #F50BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50BE7

Black with #F50BE7

Text Example


Text Example

White with #F50BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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