Html Css Color HEX #F50EDB Hot Magenta

📋 copy color: '#F50EDB'

red 245 ◦ green 14 ◦ blue 219

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

Shades of Hot Magenta #F50EDB

Tints of Hot Magenta #F50EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 51.26%
G = 2.93%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F50EDB (or 0xF50EDB) is known color: Hot Magenta. HEX triplet: F5, 0E and DB. RGB value is (245,14,219). Sum of RGB (Red+Green+Blue) = 245+14+219=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50EDB is #0AF124. Grayscale: #696969. Windows color (decimal): -717093 or 14356213. OLE color: 14356213.

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

Color convert

RGB 245 14 219 -
CMYK 0 0.94 0.11 0.04
HSL 306.75º 0.92% 0.51% -
HSV(B) 306.75º 0.94% 0.96% -
XYZ 50.6 24.84 69.15 -
YUV 106.44 191.53 226.83 -
System Red Green Blue C M Y K H S L
Decimal 245 14 219 0 0.94 0.11 0.04 306.75 0.92 0.51
Hex F5 E DB 0 5E B 4 133 5C 33
Octal 365 16 333 0 136 13 4 463 134 63
Binary 11110101 1110 11011011 0 1011110 1011 100 100110011 1011100 110011

Color Harmonies of #F50EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50EDB

Black with #F50EDB

Text Example


Text Example

White with #F50EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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