Html Css Color HEX #F711D9 Hot Magenta

📋 copy color: '#F711D9'

red 247 ◦ green 17 ◦ blue 217

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

Shades of Hot Magenta #F711D9

Tints of Hot Magenta #F711D9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.53%

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

R = 51.35%
G = 3.53%
B = 45.11%

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

#F711D9 (or 0xF711D9) is known color: Hot Magenta. HEX triplet: F7, 11 and D9. RGB value is (247,17,217). Sum of RGB (Red+Green+Blue) = 247+17+217=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F711D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711D9 is #08EE26. Grayscale: #6C6C6C. Windows color (decimal): -585255 or 14225911. OLE color: 14225911.

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

Color convert

RGB 247 17 217 -
CMYK 0 0.93 0.12 0.03
HSL 307.83º 0.93% 0.52% -
HSV(B) 307.83º 0.93% 0.97% -
XYZ 51.08 25.18 67.81 -
YUV 108.57 189.2 226.74 -
System Red Green Blue C M Y K H S L
Decimal 247 17 217 0 0.93 0.12 0.03 307.83 0.93 0.52
Hex F7 11 D9 0 5D C 3 134 5D 34
Octal 367 21 331 0 135 14 3 464 135 64
Binary 11110111 10001 11011001 0 1011101 1100 11 100110100 1011101 110100

Color Harmonies of #F711D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711D9

Black with #F711D9

Text Example


Text Example

White with #F711D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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