Html Css Color HEX #F80DDC Hot Magenta

📋 copy color: '#F80DDC'

red 248 ◦ green 13 ◦ blue 220

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

Shades of Hot Magenta #F80DDC

Tints of Hot Magenta #F80DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.7%

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

R = 51.56%
G = 2.7%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F80DDC (or 0xF80DDC) is known color: Hot Magenta. HEX triplet: F8, 0D and DC. RGB value is (248,13,220). Sum of RGB (Red+Green+Blue) = 248+13+220=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DDC is #07F223. Grayscale: #6A6A6A. Windows color (decimal): -520740 or 14421496. OLE color: 14421496.

HSL color Cylindrical-coordinate representation of color #F80DDC: hue angle of 307.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DDC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 220 -
CMYK 0 0.95 0.11 0.03
HSL 307.15º 0.94% 0.51% -
HSV(B) 307.15º 0.95% 0.97% -
XYZ 51.77 25.41 69.89 -
YUV 106.86 191.86 228.67 -
System Red Green Blue C M Y K H S L
Decimal 248 13 220 0 0.95 0.11 0.03 307.15 0.94 0.51
Hex F8 D DC 0 5F B 3 133 5E 33
Octal 370 15 334 0 137 13 3 463 136 63
Binary 11111000 1101 11011100 0 1011111 1011 11 100110011 1011110 110011

Color Harmonies of #F80DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DDC

Black with #F80DDC

Text Example


Text Example

White with #F80DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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