Html Css Color HEX #F80ADC Hot Magenta

📋 copy color: '#F80ADC'

red 248 ◦ green 10 ◦ blue 220

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

Shades of Hot Magenta #F80ADC

Tints of Hot Magenta #F80ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.09%

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

R = 51.88%
G = 2.09%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F80ADC (or 0xF80ADC) is known color: Hot Magenta. HEX triplet: F8, 0A and DC. RGB value is (248,10,220). Sum of RGB (Red+Green+Blue) = 248+10+220=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 10 (4.30% from 255 or 2.09% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ADC is #07F523. Grayscale: #686868. Windows color (decimal): -521508 or 14420728. OLE color: 14420728.

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

Color convert

RGB 248 10 220 -
CMYK 0 0.96 0.11 0.03
HSL 307.06º 0.94% 0.51% -
HSV(B) 307.06º 0.96% 0.97% -
XYZ 51.74 25.34 69.87 -
YUV 105.1 192.85 229.92 -
System Red Green Blue C M Y K H S L
Decimal 248 10 220 0 0.96 0.11 0.03 307.06 0.94 0.51
Hex F8 A DC 0 60 B 3 133 5E 33
Octal 370 12 334 0 140 13 3 463 136 63
Binary 11111000 1010 11011100 0 1100000 1011 11 100110011 1011110 110011

Color Harmonies of #F80ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ADC

Black with #F80ADC

Text Example


Text Example

White with #F80ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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