Html Css Color HEX #F911D8 Hot Magenta

📋 copy color: '#F911D8'

red 249 ◦ green 17 ◦ blue 216

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

Shades of Hot Magenta #F911D8

Tints of Hot Magenta #F911D8

RGB

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

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

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

R = 51.66%
G = 3.53%
B = 44.81%

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

#F911D8 (or 0xF911D8) is known color: Hot Magenta. HEX triplet: F9, 11 and D8. RGB value is (249,17,216). Sum of RGB (Red+Green+Blue) = 249+17+216=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F911D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911D8 is #06EE27. Grayscale: #6C6C6C. Windows color (decimal): -454184 or 14160377. OLE color: 14160377.

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

Color convert

RGB 249 17 216 -
CMYK 0 0.93 0.13 0.02
HSL 308.53º 0.95% 0.52% -
HSV(B) 308.53º 0.93% 0.98% -
XYZ 51.66 25.5 67.16 -
YUV 109.05 188.36 227.82 -
System Red Green Blue C M Y K H S L
Decimal 249 17 216 0 0.93 0.13 0.02 308.53 0.95 0.52
Hex F9 11 D8 0 5D D 2 135 5F 34
Octal 371 21 330 0 135 15 2 465 137 64
Binary 11111001 10001 11011000 0 1011101 1101 10 100110101 1011111 110100

Color Harmonies of #F911D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911D8

Black with #F911D8

Text Example


Text Example

White with #F911D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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