Html Css Color HEX #F80DCE Hot Magenta

📋 copy color: '#F80DCE'

red 248 ◦ green 13 ◦ blue 206

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

Shades of Hot Magenta #F80DCE

Tints of Hot Magenta #F80DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 53.1%
G = 2.78%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F80DCE (or 0xF80DCE) is known color: Hot Magenta. HEX triplet: F8, 0D and CE. RGB value is (248,13,206). Sum of RGB (Red+Green+Blue) = 248+13+206=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DCE is #07F231. Grayscale: #686868. Windows color (decimal): -520754 or 13503992. OLE color: 13503992.

HSL color Cylindrical-coordinate representation of color #F80DCE: hue angle of 310.72º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DCE is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 206 -
CMYK 0 0.95 0.17 0.03
HSL 310.72º 0.94% 0.51% -
HSV(B) 310.72º 0.95% 0.97% -
XYZ 50 24.7 60.53 -
YUV 105.27 184.86 229.81 -
System Red Green Blue C M Y K H S L
Decimal 248 13 206 0 0.95 0.17 0.03 310.72 0.94 0.51
Hex F8 D CE 0 5F 11 3 137 5E 33
Octal 370 15 316 0 137 21 3 467 136 63
Binary 11111000 1101 11001110 0 1011111 10001 11 100110111 1011110 110011

Color Harmonies of #F80DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DCE

Black with #F80DCE

Text Example


Text Example

White with #F80DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DCE; }

 p { color: rgb(248,13,206); }

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

background-color css

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

 a { background-color: rgb(248,13,206); }

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

border-color css

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

 span { border-color: rgb(248,13,206); }

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