Html Css Color HEX #F50CDA Hot Magenta

📋 copy color: '#F50CDA'

red 245 ◦ green 12 ◦ blue 218

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

Shades of Hot Magenta #F50CDA

Tints of Hot Magenta #F50CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 51.58%
G = 2.53%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F50CDA (or 0xF50CDA) is known color: Hot Magenta. HEX triplet: F5, 0C and DA. RGB value is (245,12,218). Sum of RGB (Red+Green+Blue) = 245+12+218=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CDA is #0AF325. Grayscale: #686868. Windows color (decimal): -717606 or 14290165. OLE color: 14290165.

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

Color convert

RGB 245 12 218 -
CMYK 0 0.95 0.11 0.04
HSL 306.95º 0.92% 0.5% -
HSV(B) 306.95º 0.95% 0.96% -
XYZ 50.44 24.74 68.45 -
YUV 105.15 191.69 227.75 -
System Red Green Blue C M Y K H S L
Decimal 245 12 218 0 0.95 0.11 0.04 306.95 0.92 0.5
Hex F5 C DA 0 5F B 4 133 5C 32
Octal 365 14 332 0 137 13 4 463 134 62
Binary 11110101 1100 11011010 0 1011111 1011 100 100110011 1011100 110010

Color Harmonies of #F50CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CDA

Black with #F50CDA

Text Example


Text Example

White with #F50CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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