Html Css Color HEX #F80FDE Hot Magenta

📋 copy color: '#F80FDE'

red 248 ◦ green 15 ◦ blue 222

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

Shades of Hot Magenta #F80FDE

Tints of Hot Magenta #F80FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 51.13%
G = 3.09%
B = 45.77%

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

#F80FDE (or 0xF80FDE) is known color: Hot Magenta. HEX triplet: F8, 0F and DE. RGB value is (248,15,222). Sum of RGB (Red+Green+Blue) = 248+15+222=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FDE is #07F021. Grayscale: #6B6B6B. Windows color (decimal): -520226 or 14553080. OLE color: 14553080.

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

Color convert

RGB 248 15 222 -
CMYK 0 0.94 0.10 0.03
HSL 306.7º 0.94% 0.52% -
HSV(B) 306.7º 0.94% 0.97% -
XYZ 52.07 25.57 71.3 -
YUV 108.27 192.19 227.67 -
System Red Green Blue C M Y K H S L
Decimal 248 15 222 0 0.94 0.10 0.03 306.7 0.94 0.52
Hex F8 F DE 0 5E A 3 133 5E 34
Octal 370 17 336 0 136 12 3 463 136 64
Binary 11111000 1111 11011110 0 1011110 1010 11 100110011 1011110 110100

Color Harmonies of #F80FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FDE

Black with #F80FDE

Text Example


Text Example

White with #F80FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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