Html Css Color HEX #F80DFE Magenta

📋 copy color: '#F80DFE'

red 248 ◦ green 13 ◦ blue 254

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

Shades of Magenta #F80DFE

Tints of Magenta #F80DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.52%

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 48.16%
G = 2.52%
B = 49.32%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F80DFE (or 0xF80DFE) is known color: Magenta. HEX triplet: F8, 0D and FE. RGB value is (248,13,254). Sum of RGB (Red+Green+Blue) = 248+13+254=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 13 (5.47% from 255 or 2.52% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #F80DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80DFE is #07F201. Grayscale: #6E6E6E. Windows color (decimal): -520706 or 16649720. OLE color: 16649720.

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

Color convert

RGB 248 13 254 -
CMYK 0.02 0.95 0 0.00
HSL 298.51º 0.99% 0.52% -
HSV(B) 298.51º 0.95% 1% -
XYZ 56.74 27.4 96.06 -
YUV 110.74 208.86 225.9 -
System Red Green Blue C M Y K H S L
Decimal 248 13 254 0.02 0.95 0 0.00 298.51 0.99 0.52
Hex F8 D FE 2 5F 0 0 12B 63 34
Octal 370 15 376 2 137 0 0 453 143 64
Binary 11111000 1101 11111110 10 1011111 0 0 100101011 1100011 110100

Color Harmonies of #F80DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DFE

Black with #F80DFE

Text Example


Text Example

White with #F80DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DFE; }

 p { color: rgb(248,13,254); }

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

background-color css

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

 a { background-color: rgb(248,13,254); }

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

border-color css

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

 span { border-color: rgb(248,13,254); }

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