Html Css Color HEX #F80BCC Hot Magenta

📋 copy color: '#F80BCC'

red 248 ◦ green 11 ◦ blue 204

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

Shades of Hot Magenta #F80BCC

Tints of Hot Magenta #F80BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 53.56%
G = 2.38%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F80BCC (or 0xF80BCC) is known color: Hot Magenta. HEX triplet: F8, 0B and CC. RGB value is (248,11,204). Sum of RGB (Red+Green+Blue) = 248+11+204=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BCC is #07F433. Grayscale: #676767. Windows color (decimal): -521268 or 13372408. OLE color: 13372408.

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

Color convert

RGB 248 11 204 -
CMYK 0 0.96 0.18 0.03
HSL 311.14º 0.94% 0.51% -
HSV(B) 311.14º 0.96% 0.97% -
XYZ 49.73 24.56 59.25 -
YUV 103.87 184.52 230.81 -
System Red Green Blue C M Y K H S L
Decimal 248 11 204 0 0.96 0.18 0.03 311.14 0.94 0.51
Hex F8 B CC 0 60 12 3 137 5E 33
Octal 370 13 314 0 140 22 3 467 136 63
Binary 11111000 1011 11001100 0 1100000 10010 11 100110111 1011110 110011

Color Harmonies of #F80BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BCC

Black with #F80BCC

Text Example


Text Example

White with #F80BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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