Html Css Color HEX #F80FD7 Hot Magenta

📋 copy color: '#F80FD7'

red 248 ◦ green 15 ◦ blue 215

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

Shades of Hot Magenta #F80FD7

Tints of Hot Magenta #F80FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.98%

R = 51.88%
G = 3.14%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F80FD7 (or 0xF80FD7) is known color: Hot Magenta. HEX triplet: F8, 0F and D7. RGB value is (248,15,215). Sum of RGB (Red+Green+Blue) = 248+15+215=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FD7 is #07F028. Grayscale: #6A6A6A. Windows color (decimal): -520233 or 14094328. OLE color: 14094328.

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

Color convert

RGB 248 15 215 -
CMYK 0 0.94 0.13 0.03
HSL 308.5º 0.94% 0.52% -
HSV(B) 308.5º 0.94% 0.97% -
XYZ 51.15 25.2 66.46 -
YUV 107.47 188.69 228.24 -
System Red Green Blue C M Y K H S L
Decimal 248 15 215 0 0.94 0.13 0.03 308.5 0.94 0.52
Hex F8 F D7 0 5E D 3 134 5E 34
Octal 370 17 327 0 136 15 3 464 136 64
Binary 11111000 1111 11010111 0 1011110 1101 11 100110100 1011110 110100

Color Harmonies of #F80FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FD7

Black with #F80FD7

Text Example


Text Example

White with #F80FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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