Html Css Color HEX #F80ADE Hot Magenta

📋 copy color: '#F80ADE'

red 248 ◦ green 10 ◦ blue 222

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

Shades of Hot Magenta #F80ADE

Tints of Hot Magenta #F80ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 51.67%
G = 2.08%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F80ADE (or 0xF80ADE) is known color: Hot Magenta. HEX triplet: F8, 0A and DE. RGB value is (248,10,222). Sum of RGB (Red+Green+Blue) = 248+10+222=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ADE is #07F521. Grayscale: #686868. Windows color (decimal): -521506 or 14551800. OLE color: 14551800.

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

Color convert

RGB 248 10 222 -
CMYK 0 0.96 0.10 0.03
HSL 306.55º 0.94% 0.51% -
HSV(B) 306.55º 0.96% 0.97% -
XYZ 52 25.45 71.28 -
YUV 105.33 193.85 229.76 -
System Red Green Blue C M Y K H S L
Decimal 248 10 222 0 0.96 0.10 0.03 306.55 0.94 0.51
Hex F8 A DE 0 60 A 3 133 5E 33
Octal 370 12 336 0 140 12 3 463 136 63
Binary 11111000 1010 11011110 0 1100000 1010 11 100110011 1011110 110011

Color Harmonies of #F80ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ADE

Black with #F80ADE

Text Example


Text Example

White with #F80ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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