Html Css Color HEX #F50EDF Hot Magenta

📋 copy color: '#F50EDF'

red 245 ◦ green 14 ◦ blue 223

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

Shades of Hot Magenta #F50EDF

Tints of Hot Magenta #F50EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.9%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 50.83%
G = 2.9%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F50EDF (or 0xF50EDF) is known color: Hot Magenta. HEX triplet: F5, 0E and DF. RGB value is (245,14,223). Sum of RGB (Red+Green+Blue) = 245+14+223=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50EDF is #0AF120. Grayscale: #6A6A6A. Windows color (decimal): -717089 or 14618357. OLE color: 14618357.

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

Color convert

RGB 245 14 223 -
CMYK 0 0.94 0.09 0.04
HSL 305.71º 0.92% 0.51% -
HSV(B) 305.71º 0.94% 0.96% -
XYZ 51.13 25.05 71.95 -
YUV 106.9 193.53 226.51 -
System Red Green Blue C M Y K H S L
Decimal 245 14 223 0 0.94 0.09 0.04 305.71 0.92 0.51
Hex F5 E DF 0 5E 9 4 132 5C 33
Octal 365 16 337 0 136 11 4 462 134 63
Binary 11110101 1110 11011111 0 1011110 1001 100 100110010 1011100 110011

Color Harmonies of #F50EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50EDF

Black with #F50EDF

Text Example


Text Example

White with #F50EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50EDF; }

 p { color: rgb(245,14,223); }

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

background-color css

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

 a { background-color: rgb(245,14,223); }

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

border-color css

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

 span { border-color: rgb(245,14,223); }

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