Html Css Color HEX #F712D8 Hot Magenta

📋 copy color: '#F712D8'

red 247 ◦ green 18 ◦ blue 216

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

Shades of Hot Magenta #F712D8

Tints of Hot Magenta #F712D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.91%

R = 51.35%
G = 3.74%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F712D8 (or 0xF712D8) is known color: Hot Magenta. HEX triplet: F7, 12 and D8. RGB value is (247,18,216). Sum of RGB (Red+Green+Blue) = 247+18+216=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F712D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712D8 is #08ED27. Grayscale: #6C6C6C. Windows color (decimal): -585000 or 14160631. OLE color: 14160631.

HSL color Cylindrical-coordinate representation of color #F712D8: hue angle of 308.12º 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 #F712D8 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 18 216 -
CMYK 0 0.93 0.13 0.03
HSL 308.12º 0.93% 0.52% -
HSV(B) 308.12º 0.93% 0.97% -
XYZ 50.97 25.16 67.14 -
YUV 109.04 188.37 226.4 -
System Red Green Blue C M Y K H S L
Decimal 247 18 216 0 0.93 0.13 0.03 308.12 0.93 0.52
Hex F7 12 D8 0 5D D 3 134 5D 34
Octal 367 22 330 0 135 15 3 464 135 64
Binary 11110111 10010 11011000 0 1011101 1101 11 100110100 1011101 110100

Color Harmonies of #F712D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712D8

Black with #F712D8

Text Example


Text Example

White with #F712D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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