Html Css Color HEX #F80FD1 Hot Magenta

📋 copy color: '#F80FD1'

red 248 ◦ green 15 ◦ blue 209

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

Shades of Hot Magenta #F80FD1

Tints of Hot Magenta #F80FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 52.54%
G = 3.18%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F80FD1 (or 0xF80FD1) is known color: Hot Magenta. HEX triplet: F8, 0F and D1. RGB value is (248,15,209). Sum of RGB (Red+Green+Blue) = 248+15+209=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FD1 is #07F02E. Grayscale: #6A6A6A. Windows color (decimal): -520239 or 13701112. OLE color: 13701112.

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

Color convert

RGB 248 15 209 -
CMYK 0 0.94 0.16 0.03
HSL 310.04º 0.94% 0.52% -
HSV(B) 310.04º 0.94% 0.97% -
XYZ 50.39 24.9 62.47 -
YUV 106.78 185.69 228.73 -
System Red Green Blue C M Y K H S L
Decimal 248 15 209 0 0.94 0.16 0.03 310.04 0.94 0.52
Hex F8 F D1 0 5E 10 3 136 5E 34
Octal 370 17 321 0 136 20 3 466 136 64
Binary 11111000 1111 11010001 0 1011110 10000 11 100110110 1011110 110100

Color Harmonies of #F80FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FD1

Black with #F80FD1

Text Example


Text Example

White with #F80FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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