Html Css Color HEX #F512D9 Hot Magenta

📋 copy color: '#F512D9'

red 245 ◦ green 18 ◦ blue 217

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

Shades of Hot Magenta #F512D9

Tints of Hot Magenta #F512D9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.75%

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 51.04%
G = 3.75%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F512D9 (or 0xF512D9) is known color: Hot Magenta. HEX triplet: F5, 12 and D9. RGB value is (245,18,217). Sum of RGB (Red+Green+Blue) = 245+18+217=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F512D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512D9 is #0AED26. Grayscale: #6B6B6B. Windows color (decimal): -716071 or 14226165. OLE color: 14226165.

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

Color convert

RGB 245 18 217 -
CMYK 0 0.93 0.11 0.04
HSL 307.4º 0.92% 0.52% -
HSV(B) 307.4º 0.93% 0.96% -
XYZ 50.4 24.85 67.79 -
YUV 108.56 189.21 225.32 -
System Red Green Blue C M Y K H S L
Decimal 245 18 217 0 0.93 0.11 0.04 307.4 0.92 0.52
Hex F5 12 D9 0 5D B 4 133 5C 34
Octal 365 22 331 0 135 13 4 463 134 64
Binary 11110101 10010 11011001 0 1011101 1011 100 100110011 1011100 110100

Color Harmonies of #F512D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512D9

Black with #F512D9

Text Example


Text Example

White with #F512D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512D9; }

 p { color: rgb(245,18,217); }

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

background-color css

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

 a { background-color: rgb(245,18,217); }

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

border-color css

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

 span { border-color: rgb(245,18,217); }

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