Html Css Color HEX #F50DEE Magenta

📋 copy color: '#F50DEE'

red 245 ◦ green 13 ◦ blue 238

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

Shades of Magenta #F50DEE

Tints of Magenta #F50DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.62%

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 49.4%
G = 2.62%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F50DEE (or 0xF50DEE) is known color: Magenta. HEX triplet: F5, 0D and EE. RGB value is (245,13,238). Sum of RGB (Red+Green+Blue) = 245+13+238=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 13 (5.47% from 255 or 2.62% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DEE is #0AF211. Grayscale: #6B6B6B. Windows color (decimal): -717330 or 15601141. OLE color: 15601141.

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

Color convert

RGB 245 13 238 -
CMYK 0 0.95 0.03 0.04
HSL 301.81º 0.92% 0.51% -
HSV(B) 301.81º 0.95% 0.96% -
XYZ 53.23 25.87 83.08 -
YUV 108.02 201.36 225.7 -
System Red Green Blue C M Y K H S L
Decimal 245 13 238 0 0.95 0.03 0.04 301.81 0.92 0.51
Hex F5 D EE 0 5F 3 4 12E 5C 33
Octal 365 15 356 0 137 3 4 456 134 63
Binary 11110101 1101 11101110 0 1011111 11 100 100101110 1011100 110011

Color Harmonies of #F50DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DEE

Black with #F50DEE

Text Example


Text Example

White with #F50DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DEE; }

 p { color: rgb(245,13,238); }

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

background-color css

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

 a { background-color: rgb(245,13,238); }

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

border-color css

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

 span { border-color: rgb(245,13,238); }

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