Html Css Color HEX #F911D9 Hot Magenta

📋 copy color: '#F911D9'

red 249 ◦ green 17 ◦ blue 217

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

Shades of Hot Magenta #F911D9

Tints of Hot Magenta #F911D9

RGB

 RED value IS 249 (97.66% from 255) = 51.55%

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

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

R = 51.55%
G = 3.52%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F911D9 (or 0xF911D9) is known color: Hot Magenta. HEX triplet: F9, 11 and D9. RGB value is (249,17,217). Sum of RGB (Red+Green+Blue) = 249+17+217=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F911D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911D9 is #06EE26. Grayscale: #6C6C6C. Windows color (decimal): -454183 or 14225913. OLE color: 14225913.

HSL color Cylindrical-coordinate representation of color #F911D9: hue angle of 308.28º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911D9 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 17 217 -
CMYK 0 0.93 0.13 0.02
HSL 308.28º 0.95% 0.52% -
HSV(B) 308.28º 0.93% 0.98% -
XYZ 51.79 25.55 67.85 -
YUV 109.17 188.86 227.74 -
System Red Green Blue C M Y K H S L
Decimal 249 17 217 0 0.93 0.13 0.02 308.28 0.95 0.52
Hex F9 11 D9 0 5D D 2 134 5F 34
Octal 371 21 331 0 135 15 2 464 137 64
Binary 11111001 10001 11011001 0 1011101 1101 10 100110100 1011111 110100

Color Harmonies of #F911D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911D9

Black with #F911D9

Text Example


Text Example

White with #F911D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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