Html Css Color HEX #F80DDD Hot Magenta

📋 copy color: '#F80DDD'

red 248 ◦ green 13 ◦ blue 221

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

Shades of Hot Magenta #F80DDD

Tints of Hot Magenta #F80DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 51.45%
G = 2.7%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F80DDD (or 0xF80DDD) is known color: Hot Magenta. HEX triplet: F8, 0D and DD. RGB value is (248,13,221). Sum of RGB (Red+Green+Blue) = 248+13+221=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DDD is #07F222. Grayscale: #6A6A6A. Windows color (decimal): -520739 or 14487032. OLE color: 14487032.

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

Color convert

RGB 248 13 221 -
CMYK 0 0.95 0.11 0.03
HSL 306.89º 0.94% 0.51% -
HSV(B) 306.89º 0.95% 0.97% -
XYZ 51.91 25.46 70.59 -
YUV 106.98 192.36 228.59 -
System Red Green Blue C M Y K H S L
Decimal 248 13 221 0 0.95 0.11 0.03 306.89 0.94 0.51
Hex F8 D DD 0 5F B 3 133 5E 33
Octal 370 15 335 0 137 13 3 463 136 63
Binary 11111000 1101 11011101 0 1011111 1011 11 100110011 1011110 110011

Color Harmonies of #F80DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DDD

Black with #F80DDD

Text Example


Text Example

White with #F80DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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