Html Css Color HEX #F80AD3 Hot Magenta

📋 copy color: '#F80AD3'

red 248 ◦ green 10 ◦ blue 211

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

Shades of Hot Magenta #F80AD3

Tints of Hot Magenta #F80AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.99%

R = 52.88%
G = 2.13%
B = 44.99%

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

#F80AD3 (or 0xF80AD3) is known color: Hot Magenta. HEX triplet: F8, 0A and D3. RGB value is (248,10,211). Sum of RGB (Red+Green+Blue) = 248+10+211=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80AD3 is #07F52C. Grayscale: #676767. Windows color (decimal): -521517 or 13830904. OLE color: 13830904.

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

Color convert

RGB 248 10 211 -
CMYK 0 0.96 0.15 0.03
HSL 309.33º 0.94% 0.51% -
HSV(B) 309.33º 0.96% 0.97% -
XYZ 50.58 24.88 63.76 -
YUV 104.08 188.35 230.66 -
System Red Green Blue C M Y K H S L
Decimal 248 10 211 0 0.96 0.15 0.03 309.33 0.94 0.51
Hex F8 A D3 0 60 F 3 135 5E 33
Octal 370 12 323 0 140 17 3 465 136 63
Binary 11111000 1010 11010011 0 1100000 1111 11 100110101 1011110 110011

Color Harmonies of #F80AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80AD3

Black with #F80AD3

Text Example


Text Example

White with #F80AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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