Html Css Color HEX #F80ADD Hot Magenta

📋 copy color: '#F80ADD'

red 248 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #F80ADD

Tints of Hot Magenta #F80ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 51.77%
G = 2.09%
B = 46.14%

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

#F80ADD (or 0xF80ADD) is known color: Hot Magenta. HEX triplet: F8, 0A and DD. RGB value is (248,10,221). Sum of RGB (Red+Green+Blue) = 248+10+221=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ADD is #07F522. Grayscale: #686868. Windows color (decimal): -521507 or 14486264. OLE color: 14486264.

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

Color convert

RGB 248 10 221 -
CMYK 0 0.96 0.11 0.03
HSL 306.81º 0.94% 0.51% -
HSV(B) 306.81º 0.96% 0.97% -
XYZ 51.87 25.39 70.57 -
YUV 105.22 193.35 229.84 -
System Red Green Blue C M Y K H S L
Decimal 248 10 221 0 0.96 0.11 0.03 306.81 0.94 0.51
Hex F8 A DD 0 60 B 3 133 5E 33
Octal 370 12 335 0 140 13 3 463 136 63
Binary 11111000 1010 11011101 0 1100000 1011 11 100110011 1011110 110011

Color Harmonies of #F80ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ADD

Black with #F80ADD

Text Example


Text Example

White with #F80ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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