Html Css Color HEX #F80FDD Hot Magenta

📋 copy color: '#F80FDD'

red 248 ◦ green 15 ◦ blue 221

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

Shades of Hot Magenta #F80FDD

Tints of Hot Magenta #F80FDD

RGB

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

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

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

R = 51.24%
G = 3.1%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F80FDD (or 0xF80FDD) is known color: Hot Magenta. HEX triplet: F8, 0F and DD. RGB value is (248,15,221). Sum of RGB (Red+Green+Blue) = 248+15+221=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FDD is #07F022. Grayscale: #6B6B6B. Windows color (decimal): -520227 or 14487544. OLE color: 14487544.

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

Color convert

RGB 248 15 221 -
CMYK 0 0.94 0.11 0.03
HSL 306.95º 0.94% 0.52% -
HSV(B) 306.95º 0.94% 0.97% -
XYZ 51.93 25.52 70.59 -
YUV 108.15 191.69 227.75 -
System Red Green Blue C M Y K H S L
Decimal 248 15 221 0 0.94 0.11 0.03 306.95 0.94 0.52
Hex F8 F DD 0 5E B 3 133 5E 34
Octal 370 17 335 0 136 13 3 463 136 64
Binary 11111000 1111 11011101 0 1011110 1011 11 100110011 1011110 110100

Color Harmonies of #F80FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FDD

Black with #F80FDD

Text Example


Text Example

White with #F80FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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