Html Css Color HEX #F80FDF Hot Magenta

📋 copy color: '#F80FDF'

red 248 ◦ green 15 ◦ blue 223

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

Shades of Hot Magenta #F80FDF

Tints of Hot Magenta #F80FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 51.03%
G = 3.09%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F80FDF (or 0xF80FDF) is known color: Hot Magenta. HEX triplet: F8, 0F and DF. RGB value is (248,15,223). Sum of RGB (Red+Green+Blue) = 248+15+223=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FDF is #07F020. Grayscale: #6B6B6B. Windows color (decimal): -520225 or 14618616. OLE color: 14618616.

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

Color convert

RGB 248 15 223 -
CMYK 0 0.94 0.10 0.03
HSL 306.44º 0.94% 0.52% -
HSV(B) 306.44º 0.94% 0.97% -
XYZ 52.2 25.63 72.01 -
YUV 108.38 192.69 227.59 -
System Red Green Blue C M Y K H S L
Decimal 248 15 223 0 0.94 0.10 0.03 306.44 0.94 0.52
Hex F8 F DF 0 5E A 3 132 5E 34
Octal 370 17 337 0 136 12 3 462 136 64
Binary 11111000 1111 11011111 0 1011110 1010 11 100110010 1011110 110100

Color Harmonies of #F80FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FDF

Black with #F80FDF

Text Example


Text Example

White with #F80FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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