Html Css Color HEX #F80ACE Hot Magenta

📋 copy color: '#F80ACE'

red 248 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #F80ACE

Tints of Hot Magenta #F80ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 53.45%
G = 2.16%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F80ACE (or 0xF80ACE) is known color: Hot Magenta. HEX triplet: F8, 0A and CE. RGB value is (248,10,206). Sum of RGB (Red+Green+Blue) = 248+10+206=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ACE is #07F531. Grayscale: #666666. Windows color (decimal): -521522 or 13503224. OLE color: 13503224.

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

Color convert

RGB 248 10 206 -
CMYK 0 0.96 0.17 0.03
HSL 310.59º 0.94% 0.51% -
HSV(B) 310.59º 0.96% 0.97% -
XYZ 49.96 24.63 60.51 -
YUV 103.51 185.85 231.06 -
System Red Green Blue C M Y K H S L
Decimal 248 10 206 0 0.96 0.17 0.03 310.59 0.94 0.51
Hex F8 A CE 0 60 11 3 137 5E 33
Octal 370 12 316 0 140 21 3 467 136 63
Binary 11111000 1010 11001110 0 1100000 10001 11 100110111 1011110 110011

Color Harmonies of #F80ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ACE

Black with #F80ACE

Text Example


Text Example

White with #F80ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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