Html Css Color HEX #F80CDB Hot Magenta

📋 copy color: '#F80CDB'

red 248 ◦ green 12 ◦ blue 219

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

Shades of Hot Magenta #F80CDB

Tints of Hot Magenta #F80CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.51%

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

R = 51.77%
G = 2.51%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F80CDB (or 0xF80CDB) is known color: Hot Magenta. HEX triplet: F8, 0C and DB. RGB value is (248,12,219). Sum of RGB (Red+Green+Blue) = 248+12+219=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CDB is #07F324. Grayscale: #696969. Windows color (decimal): -520997 or 14355704. OLE color: 14355704.

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

Color convert

RGB 248 12 219 -
CMYK 0 0.95 0.12 0.03
HSL 307.37º 0.94% 0.51% -
HSV(B) 307.37º 0.95% 0.97% -
XYZ 51.63 25.33 69.19 -
YUV 106.16 191.69 229.17 -
System Red Green Blue C M Y K H S L
Decimal 248 12 219 0 0.95 0.12 0.03 307.37 0.94 0.51
Hex F8 C DB 0 5F C 3 133 5E 33
Octal 370 14 333 0 137 14 3 463 136 63
Binary 11111000 1100 11011011 0 1011111 1100 11 100110011 1011110 110011

Color Harmonies of #F80CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CDB

Black with #F80CDB

Text Example


Text Example

White with #F80CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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