Html Css Color HEX #F80BCD Hot Magenta

📋 copy color: '#F80BCD'

red 248 ◦ green 11 ◦ blue 205

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

Shades of Hot Magenta #F80BCD

Tints of Hot Magenta #F80BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.37%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 53.45%
G = 2.37%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F80BCD (or 0xF80BCD) is known color: Hot Magenta. HEX triplet: F8, 0B and CD. RGB value is (248,11,205). Sum of RGB (Red+Green+Blue) = 248+11+205=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BCD is #07F432. Grayscale: #676767. Windows color (decimal): -521267 or 13437944. OLE color: 13437944.

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

Color convert

RGB 248 11 205 -
CMYK 0 0.96 0.17 0.03
HSL 310.89º 0.94% 0.51% -
HSV(B) 310.89º 0.96% 0.97% -
XYZ 49.85 24.6 59.88 -
YUV 103.98 185.02 230.73 -
System Red Green Blue C M Y K H S L
Decimal 248 11 205 0 0.96 0.17 0.03 310.89 0.94 0.51
Hex F8 B CD 0 60 11 3 137 5E 33
Octal 370 13 315 0 140 21 3 467 136 63
Binary 11111000 1011 11001101 0 1100000 10001 11 100110111 1011110 110011

Color Harmonies of #F80BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BCD

Black with #F80BCD

Text Example


Text Example

White with #F80BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BCD; }

 p { color: rgb(248,11,205); }

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

background-color css

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

 a { background-color: rgb(248,11,205); }

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

border-color css

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

 span { border-color: rgb(248,11,205); }

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