Html Css Color HEX #F50CD3 Hot Magenta

📋 copy color: '#F50CD3'

red 245 ◦ green 12 ◦ blue 211

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

Shades of Hot Magenta #F50CD3

Tints of Hot Magenta #F50CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.09%

R = 52.35%
G = 2.56%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F50CD3 (or 0xF50CD3) is known color: Hot Magenta. HEX triplet: F5, 0C and D3. RGB value is (245,12,211). Sum of RGB (Red+Green+Blue) = 245+12+211=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CD3 is #0AF32C. Grayscale: #676767. Windows color (decimal): -717613 or 13831413. OLE color: 13831413.

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

Color convert

RGB 245 12 211 -
CMYK 0 0.95 0.14 0.04
HSL 308.76º 0.92% 0.5% -
HSV(B) 308.76º 0.95% 0.96% -
XYZ 49.55 24.38 63.72 -
YUV 104.35 188.19 228.32 -
System Red Green Blue C M Y K H S L
Decimal 245 12 211 0 0.95 0.14 0.04 308.76 0.92 0.5
Hex F5 C D3 0 5F E 4 135 5C 32
Octal 365 14 323 0 137 16 4 465 134 62
Binary 11110101 1100 11010011 0 1011111 1110 100 100110101 1011100 110010

Color Harmonies of #F50CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CD3

Black with #F50CD3

Text Example


Text Example

White with #F50CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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