Html Css Color HEX #F80AFF Magenta

📋 copy color: '#F80AFF'

red 248 ◦ green 10 ◦ blue 255

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

Shades of Magenta #F80AFF

Tints of Magenta #F80AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.95%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 48.34%
G = 1.95%
B = 49.71%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F80AFF (or 0xF80AFF) is known color: Magenta. HEX triplet: F8, 0A and FF. RGB value is (248,10,255). Sum of RGB (Red+Green+Blue) = 248+10+255=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 10 (4.30% from 255 or 1.95% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #F80AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80AFF is #07F500. Grayscale: #6C6C6C. Windows color (decimal): -521473 or 16714488. OLE color: 16714488.

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

Color convert

RGB 248 10 255 -
CMYK 0.03 0.96 0 0
HSL 298.29º 1% 0.52% -
HSV(B) 298.29º 0.96% 1% -
XYZ 56.87 27.39 96.9 -
YUV 109.09 210.35 227.08 -
System Red Green Blue C M Y K H S L
Decimal 248 10 255 0.03 0.96 0 0 298.29 1 0.52
Hex F8 A FF 3 60 0 0 12A 64 34
Octal 370 12 377 3 140 0 0 452 144 64
Binary 11111000 1010 11111111 11 1100000 0 0 100101010 1100100 110100

Color Harmonies of #F80AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80AFF

Black with #F80AFF

Text Example


Text Example

White with #F80AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80AFF; }

 p { color: rgb(248,10,255); }

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

background-color css

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

 a { background-color: rgb(248,10,255); }

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

border-color css

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

 span { border-color: rgb(248,10,255); }

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