Html Css Color HEX #F50CE1 Hot Magenta

📋 copy color: '#F50CE1'

red 245 ◦ green 12 ◦ blue 225

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

Shades of Hot Magenta #F50CE1

Tints of Hot Magenta #F50CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.49%

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 50.83%
G = 2.49%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F50CE1 (or 0xF50CE1) is known color: Hot Magenta. HEX triplet: F5, 0C and E1. RGB value is (245,12,225). Sum of RGB (Red+Green+Blue) = 245+12+225=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CE1 is #0AF31E. Grayscale: #696969. Windows color (decimal): -717599 or 14748917. OLE color: 14748917.

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

Color convert

RGB 245 12 225 -
CMYK 0 0.95 0.08 0.04
HSL 305.15º 0.92% 0.5% -
HSV(B) 305.15º 0.95% 0.96% -
XYZ 51.38 25.11 73.37 -
YUV 105.95 195.19 227.18 -
System Red Green Blue C M Y K H S L
Decimal 245 12 225 0 0.95 0.08 0.04 305.15 0.92 0.5
Hex F5 C E1 0 5F 8 4 131 5C 32
Octal 365 14 341 0 137 10 4 461 134 62
Binary 11110101 1100 11100001 0 1011111 1000 100 100110001 1011100 110010

Color Harmonies of #F50CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CE1

Black with #F50CE1

Text Example


Text Example

White with #F50CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CE1; }

 p { color: rgb(245,12,225); }

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

background-color css

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

 a { background-color: rgb(245,12,225); }

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

border-color css

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

 span { border-color: rgb(245,12,225); }

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