Html Css Color HEX #F80BE1 Hot Magenta

📋 copy color: '#F80BE1'

red 248 ◦ green 11 ◦ blue 225

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

Shades of Hot Magenta #F80BE1

Tints of Hot Magenta #F80BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.49%

R = 51.24%
G = 2.27%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F80BE1 (or 0xF80BE1) is known color: Hot Magenta. HEX triplet: F8, 0B and E1. RGB value is (248,11,225). Sum of RGB (Red+Green+Blue) = 248+11+225=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BE1 is #07F41E. Grayscale: #696969. Windows color (decimal): -521247 or 14748664. OLE color: 14748664.

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

Color convert

RGB 248 11 225 -
CMYK 0 0.96 0.09 0.03
HSL 305.82º 0.94% 0.51% -
HSV(B) 305.82º 0.96% 0.97% -
XYZ 52.42 25.63 73.42 -
YUV 106.26 195.02 229.1 -
System Red Green Blue C M Y K H S L
Decimal 248 11 225 0 0.96 0.09 0.03 305.82 0.94 0.51
Hex F8 B E1 0 60 9 3 132 5E 33
Octal 370 13 341 0 140 11 3 462 136 63
Binary 11111000 1011 11100001 0 1100000 1001 11 100110010 1011110 110011

Color Harmonies of #F80BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BE1

Black with #F80BE1

Text Example


Text Example

White with #F80BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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