Html Css Color HEX #F80AD4 Hot Magenta

📋 copy color: '#F80AD4'

red 248 ◦ green 10 ◦ blue 212

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

Shades of Hot Magenta #F80AD4

Tints of Hot Magenta #F80AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 52.77%
G = 2.13%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F80AD4 (or 0xF80AD4) is known color: Hot Magenta. HEX triplet: F8, 0A and D4. RGB value is (248,10,212). Sum of RGB (Red+Green+Blue) = 248+10+212=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80AD4 is #07F52B. Grayscale: #676767. Windows color (decimal): -521516 or 13896440. OLE color: 13896440.

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

Color convert

RGB 248 10 212 -
CMYK 0 0.96 0.15 0.03
HSL 309.08º 0.94% 0.51% -
HSV(B) 309.08º 0.96% 0.97% -
XYZ 50.7 24.93 64.43 -
YUV 104.19 188.85 230.57 -
System Red Green Blue C M Y K H S L
Decimal 248 10 212 0 0.96 0.15 0.03 309.08 0.94 0.51
Hex F8 A D4 0 60 F 3 135 5E 33
Octal 370 12 324 0 140 17 3 465 136 63
Binary 11111000 1010 11010100 0 1100000 1111 11 100110101 1011110 110011

Color Harmonies of #F80AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80AD4

Black with #F80AD4

Text Example


Text Example

White with #F80AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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