Html Css Color HEX #F712D9 Hot Magenta

📋 copy color: '#F712D9'

red 247 ◦ green 18 ◦ blue 217

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

Shades of Hot Magenta #F712D9

Tints of Hot Magenta #F712D9

RGB

 RED value IS 247 (96.88% from 255) = 51.24%

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

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

R = 51.24%
G = 3.73%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F712D9 (or 0xF712D9) is known color: Hot Magenta. HEX triplet: F7, 12 and D9. RGB value is (247,18,217). Sum of RGB (Red+Green+Blue) = 247+18+217=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F712D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712D9 is #08ED26. Grayscale: #6C6C6C. Windows color (decimal): -584999 or 14226167. OLE color: 14226167.

HSL color Cylindrical-coordinate representation of color #F712D9: hue angle of 307.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F712D9 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 18 217 -
CMYK 0 0.93 0.12 0.03
HSL 307.86º 0.93% 0.52% -
HSV(B) 307.86º 0.93% 0.97% -
XYZ 51.1 25.22 67.82 -
YUV 109.16 188.87 226.32 -
System Red Green Blue C M Y K H S L
Decimal 247 18 217 0 0.93 0.12 0.03 307.86 0.93 0.52
Hex F7 12 D9 0 5D C 3 134 5D 34
Octal 367 22 331 0 135 14 3 464 135 64
Binary 11110111 10010 11011001 0 1011101 1100 11 100110100 1011101 110100

Color Harmonies of #F712D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712D9

Black with #F712D9

Text Example


Text Example

White with #F712D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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