Html Css Color HEX #F80BDB Hot Magenta

📋 copy color: '#F80BDB'

red 248 ◦ green 11 ◦ blue 219

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

Shades of Hot Magenta #F80BDB

Tints of Hot Magenta #F80BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.3%

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

R = 51.88%
G = 2.3%
B = 45.82%

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

#F80BDB (or 0xF80BDB) is known color: Hot Magenta. HEX triplet: F8, 0B and DB. RGB value is (248,11,219). Sum of RGB (Red+Green+Blue) = 248+11+219=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BDB is #07F424. Grayscale: #686868. Windows color (decimal): -521253 or 14355448. OLE color: 14355448.

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

Color convert

RGB 248 11 219 -
CMYK 0 0.96 0.12 0.03
HSL 307.34º 0.94% 0.51% -
HSV(B) 307.34º 0.96% 0.97% -
XYZ 51.62 25.31 69.18 -
YUV 105.58 192.02 229.59 -
System Red Green Blue C M Y K H S L
Decimal 248 11 219 0 0.96 0.12 0.03 307.34 0.94 0.51
Hex F8 B DB 0 60 C 3 133 5E 33
Octal 370 13 333 0 140 14 3 463 136 63
Binary 11111000 1011 11011011 0 1100000 1100 11 100110011 1011110 110011

Color Harmonies of #F80BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BDB

Black with #F80BDB

Text Example


Text Example

White with #F80BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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