Html Css Color HEX #F811D9 Hot Magenta

📋 copy color: '#F811D9'

red 248 ◦ green 17 ◦ blue 217

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

Shades of Hot Magenta #F811D9

Tints of Hot Magenta #F811D9

RGB

 RED value IS 248 (97.27% from 255) = 51.45%

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

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

R = 51.45%
G = 3.53%
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

#F811D9 (or 0xF811D9) is known color: Hot Magenta. HEX triplet: F8, 11 and D9. RGB value is (248,17,217). Sum of RGB (Red+Green+Blue) = 248+17+217=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F811D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811D9 is #07EE26. Grayscale: #6C6C6C. Windows color (decimal): -519719 or 14225912. OLE color: 14225912.

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

Color convert

RGB 248 17 217 -
CMYK 0 0.93 0.12 0.03
HSL 308.05º 0.94% 0.52% -
HSV(B) 308.05º 0.93% 0.97% -
XYZ 51.44 25.37 67.83 -
YUV 108.87 189.03 227.24 -
System Red Green Blue C M Y K H S L
Decimal 248 17 217 0 0.93 0.12 0.03 308.05 0.94 0.52
Hex F8 11 D9 0 5D C 3 134 5E 34
Octal 370 21 331 0 135 14 3 464 136 64
Binary 11111000 10001 11011001 0 1011101 1100 11 100110100 1011110 110100

Color Harmonies of #F811D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F811D9

Black with #F811D9

Text Example


Text Example

White with #F811D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F811D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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