Html Css Color HEX #F80CE0 Hot Magenta

📋 copy color: '#F80CE0'

red 248 ◦ green 12 ◦ blue 224

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

Shades of Hot Magenta #F80CE0

Tints of Hot Magenta #F80CE0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.48%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 51.24%
G = 2.48%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F80CE0 (or 0xF80CE0) is known color: Hot Magenta. HEX triplet: F8, 0C and E0. RGB value is (248,12,224). Sum of RGB (Red+Green+Blue) = 248+12+224=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CE0 is #07F31F. Grayscale: #6A6A6A. Windows color (decimal): -520992 or 14683384. OLE color: 14683384.

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

Color convert

RGB 248 12 224 -
CMYK 0 0.95 0.10 0.03
HSL 306.1º 0.94% 0.51% -
HSV(B) 306.1º 0.95% 0.97% -
XYZ 52.3 25.6 72.71 -
YUV 106.73 194.19 228.76 -
System Red Green Blue C M Y K H S L
Decimal 248 12 224 0 0.95 0.10 0.03 306.1 0.94 0.51
Hex F8 C E0 0 5F A 3 132 5E 33
Octal 370 14 340 0 137 12 3 462 136 63
Binary 11111000 1100 11100000 0 1011111 1010 11 100110010 1011110 110011

Color Harmonies of #F80CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CE0

Black with #F80CE0

Text Example


Text Example

White with #F80CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CE0; }

 p { color: rgb(248,12,224); }

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

background-color css

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

 a { background-color: rgb(248,12,224); }

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

border-color css

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

 span { border-color: rgb(248,12,224); }

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