Html Css Color HEX #F80FE0 Hot Magenta

📋 copy color: '#F80FE0'

red 248 ◦ green 15 ◦ blue 224

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

Shades of Hot Magenta #F80FE0

Tints of Hot Magenta #F80FE0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.08%

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

R = 50.92%
G = 3.08%
B = 46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F80FE0 (or 0xF80FE0) is known color: Hot Magenta. HEX triplet: F8, 0F and E0. RGB value is (248,15,224). Sum of RGB (Red+Green+Blue) = 248+15+224=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FE0 is #07F01F. Grayscale: #6B6B6B. Windows color (decimal): -520224 or 14684152. OLE color: 14684152.

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

Color convert

RGB 248 15 224 -
CMYK 0 0.94 0.10 0.03
HSL 306.18º 0.94% 0.52% -
HSV(B) 306.18º 0.94% 0.97% -
XYZ 52.34 25.68 72.72 -
YUV 108.49 193.19 227.51 -
System Red Green Blue C M Y K H S L
Decimal 248 15 224 0 0.94 0.10 0.03 306.18 0.94 0.52
Hex F8 F E0 0 5E A 3 132 5E 34
Octal 370 17 340 0 136 12 3 462 136 64
Binary 11111000 1111 11100000 0 1011110 1010 11 100110010 1011110 110100

Color Harmonies of #F80FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FE0

Black with #F80FE0

Text Example


Text Example

White with #F80FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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