Html Css Color HEX #F80ADB Hot Magenta

📋 copy color: '#F80ADB'

red 248 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #F80ADB

Tints of Hot Magenta #F80ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 51.99%
G = 2.1%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F80ADB (or 0xF80ADB) is known color: Hot Magenta. HEX triplet: F8, 0A and DB. RGB value is (248,10,219). Sum of RGB (Red+Green+Blue) = 248+10+219=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ADB is #07F524. Grayscale: #686868. Windows color (decimal): -521509 or 14355192. OLE color: 14355192.

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

Color convert

RGB 248 10 219 -
CMYK 0 0.96 0.12 0.03
HSL 307.31º 0.94% 0.51% -
HSV(B) 307.31º 0.96% 0.97% -
XYZ 51.61 25.29 69.18 -
YUV 104.99 192.35 230.01 -
System Red Green Blue C M Y K H S L
Decimal 248 10 219 0 0.96 0.12 0.03 307.31 0.94 0.51
Hex F8 A DB 0 60 C 3 133 5E 33
Octal 370 12 333 0 140 14 3 463 136 63
Binary 11111000 1010 11011011 0 1100000 1100 11 100110011 1011110 110011

Color Harmonies of #F80ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ADB

Black with #F80ADB

Text Example


Text Example

White with #F80ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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