Html Css Color HEX #F50FDF Hot Magenta

📋 copy color: '#F50FDF'

red 245 ◦ green 15 ◦ blue 223

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

Shades of Hot Magenta #F50FDF

Tints of Hot Magenta #F50FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

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

R = 50.72%
G = 3.11%
B = 46.17%

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

#F50FDF (or 0xF50FDF) is known color: Hot Magenta. HEX triplet: F5, 0F and DF. RGB value is (245,15,223). Sum of RGB (Red+Green+Blue) = 245+15+223=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FDF is #0AF020. Grayscale: #6A6A6A. Windows color (decimal): -716833 or 14618613. OLE color: 14618613.

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

Color convert

RGB 245 15 223 -
CMYK 0 0.94 0.09 0.04
HSL 305.74º 0.92% 0.51% -
HSV(B) 305.74º 0.94% 0.96% -
XYZ 51.15 25.08 71.96 -
YUV 107.48 193.2 226.09 -
System Red Green Blue C M Y K H S L
Decimal 245 15 223 0 0.94 0.09 0.04 305.74 0.92 0.51
Hex F5 F DF 0 5E 9 4 132 5C 33
Octal 365 17 337 0 136 11 4 462 134 63
Binary 11110101 1111 11011111 0 1011110 1001 100 100110010 1011100 110011

Color Harmonies of #F50FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50FDF

Black with #F50FDF

Text Example


Text Example

White with #F50FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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