Html Css Color HEX #F80FD5 Hot Magenta

📋 copy color: '#F80FD5'

red 248 ◦ green 15 ◦ blue 213

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

Shades of Hot Magenta #F80FD5

Tints of Hot Magenta #F80FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 52.1%
G = 3.15%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F80FD5 (or 0xF80FD5) is known color: Hot Magenta. HEX triplet: F8, 0F and D5. RGB value is (248,15,213). Sum of RGB (Red+Green+Blue) = 248+15+213=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FD5 is #07F02A. Grayscale: #6A6A6A. Windows color (decimal): -520235 or 13963256. OLE color: 13963256.

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

Color convert

RGB 248 15 213 -
CMYK 0 0.94 0.14 0.03
HSL 309.01º 0.94% 0.52% -
HSV(B) 309.01º 0.94% 0.97% -
XYZ 50.89 25.1 65.11 -
YUV 107.24 187.69 228.4 -
System Red Green Blue C M Y K H S L
Decimal 248 15 213 0 0.94 0.14 0.03 309.01 0.94 0.52
Hex F8 F D5 0 5E E 3 135 5E 34
Octal 370 17 325 0 136 16 3 465 136 64
Binary 11111000 1111 11010101 0 1011110 1110 11 100110101 1011110 110100

Color Harmonies of #F80FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FD5

Black with #F80FD5

Text Example


Text Example

White with #F80FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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