Html Css Color HEX #F80FF5 Magenta

📋 copy color: '#F80FF5'

red 248 ◦ green 15 ◦ blue 245

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

Shades of Magenta #F80FF5

Tints of Magenta #F80FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.23%

R = 48.82%
G = 2.95%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F80FF5 (or 0xF80FF5) is known color: Magenta. HEX triplet: F8, 0F and F5. RGB value is (248,15,245). Sum of RGB (Red+Green+Blue) = 248+15+245=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 15 (6.25% from 255 or 2.95% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FF5 is #07F00A. Grayscale: #6E6E6E. Windows color (decimal): -520203 or 16060408. OLE color: 16060408.

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

Color convert

RGB 248 15 245 -
CMYK 0 0.94 0.01 0.03
HSL 300.77º 0.94% 0.52% -
HSV(B) 300.77º 0.94% 0.97% -
XYZ 55.36 26.89 88.66 -
YUV 110.89 203.69 225.8 -
System Red Green Blue C M Y K H S L
Decimal 248 15 245 0 0.94 0.01 0.03 300.77 0.94 0.52
Hex F8 F F5 0 5E 1 3 12D 5E 34
Octal 370 17 365 0 136 1 3 455 136 64
Binary 11111000 1111 11110101 0 1011110 1 11 100101101 1011110 110100

Color Harmonies of #F80FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FF5

Black with #F80FF5

Text Example


Text Example

White with #F80FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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