Html Css Color HEX #F80DDB Hot Magenta

📋 copy color: '#F80DDB'

red 248 ◦ green 13 ◦ blue 219

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

Shades of Hot Magenta #F80DDB

Tints of Hot Magenta #F80DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.71%

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

R = 51.67%
G = 2.71%
B = 45.63%

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

#F80DDB (or 0xF80DDB) is known color: Hot Magenta. HEX triplet: F8, 0D and DB. RGB value is (248,13,219). Sum of RGB (Red+Green+Blue) = 248+13+219=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DDB is #07F224. Grayscale: #6A6A6A. Windows color (decimal): -520741 or 14355960. OLE color: 14355960.

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

Color convert

RGB 248 13 219 -
CMYK 0 0.95 0.12 0.03
HSL 307.4º 0.94% 0.51% -
HSV(B) 307.4º 0.95% 0.97% -
XYZ 51.64 25.36 69.19 -
YUV 106.75 191.36 228.75 -
System Red Green Blue C M Y K H S L
Decimal 248 13 219 0 0.95 0.12 0.03 307.4 0.94 0.51
Hex F8 D DB 0 5F C 3 133 5E 33
Octal 370 15 333 0 137 14 3 463 136 63
Binary 11111000 1101 11011011 0 1011111 1100 11 100110011 1011110 110011

Color Harmonies of #F80DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DDB

Black with #F80DDB

Text Example


Text Example

White with #F80DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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