Html Css Color HEX #F811DC Hot Magenta

📋 copy color: '#F811DC'

red 248 ◦ green 17 ◦ blue 220

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

Shades of Hot Magenta #F811DC

Tints of Hot Magenta #F811DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 51.13%
G = 3.51%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F811DC (or 0xF811DC) is known color: Hot Magenta. HEX triplet: F8, 11 and DC. RGB value is (248,17,220). Sum of RGB (Red+Green+Blue) = 248+17+220=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F811DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811DC is #07EE23. Grayscale: #6C6C6C. Windows color (decimal): -519716 or 14422520. OLE color: 14422520.

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

Color convert

RGB 248 17 220 -
CMYK 0 0.93 0.11 0.03
HSL 307.27º 0.94% 0.52% -
HSV(B) 307.27º 0.93% 0.97% -
XYZ 51.83 25.52 69.91 -
YUV 109.21 190.53 226.99 -
System Red Green Blue C M Y K H S L
Decimal 248 17 220 0 0.93 0.11 0.03 307.27 0.94 0.52
Hex F8 11 DC 0 5D B 3 133 5E 34
Octal 370 21 334 0 135 13 3 463 136 64
Binary 11111000 10001 11011100 0 1011101 1011 11 100110011 1011110 110100

Color Harmonies of #F811DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F811DC

Black with #F811DC

Text Example


Text Example

White with #F811DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F811DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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