Html Css Color HEX #F80FDB Hot Magenta

📋 copy color: '#F80FDB'

red 248 ◦ green 15 ◦ blue 219

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

Shades of Hot Magenta #F80FDB

Tints of Hot Magenta #F80FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

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

R = 51.45%
G = 3.11%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F80FDB (or 0xF80FDB) is known color: Hot Magenta. HEX triplet: F8, 0F and DB. RGB value is (248,15,219). Sum of RGB (Red+Green+Blue) = 248+15+219=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FDB is #07F024. Grayscale: #6B6B6B. Windows color (decimal): -520229 or 14356472. OLE color: 14356472.

HSL color Cylindrical-coordinate representation of color #F80FDB: hue angle of 307.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FDB is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 15 219 -
CMYK 0 0.94 0.12 0.03
HSL 307.47º 0.94% 0.52% -
HSV(B) 307.47º 0.94% 0.97% -
XYZ 51.67 25.41 69.2 -
YUV 107.92 190.69 227.91 -
System Red Green Blue C M Y K H S L
Decimal 248 15 219 0 0.94 0.12 0.03 307.47 0.94 0.52
Hex F8 F DB 0 5E C 3 133 5E 34
Octal 370 17 333 0 136 14 3 463 136 64
Binary 11111000 1111 11011011 0 1011110 1100 11 100110011 1011110 110100

Color Harmonies of #F80FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FDB

Black with #F80FDB

Text Example


Text Example

White with #F80FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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