Html Css Color HEX #F80BFE Magenta

📋 copy color: '#F80BFE'

red 248 ◦ green 11 ◦ blue 254

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

Shades of Magenta #F80BFE

Tints of Magenta #F80BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.14%

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

R = 48.34%
G = 2.14%
B = 49.51%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F80BFE (or 0xF80BFE) is known color: Magenta. HEX triplet: F8, 0B and FE. RGB value is (248,11,254). Sum of RGB (Red+Green+Blue) = 248+11+254=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 11 (4.69% from 255 or 2.14% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #F80BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80BFE is #07F401. Grayscale: #6C6C6C. Windows color (decimal): -521218 or 16649208. OLE color: 16649208.

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

Color convert

RGB 248 11 254 -
CMYK 0.02 0.96 0 0.00
HSL 298.52º 0.99% 0.52% -
HSV(B) 298.52º 0.96% 1% -
XYZ 56.72 27.35 96.06 -
YUV 109.57 209.52 226.74 -
System Red Green Blue C M Y K H S L
Decimal 248 11 254 0.02 0.96 0 0.00 298.52 0.99 0.52
Hex F8 B FE 2 60 0 0 12B 63 34
Octal 370 13 376 2 140 0 0 453 143 64
Binary 11111000 1011 11111110 10 1100000 0 0 100101011 1100011 110100

Color Harmonies of #F80BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BFE

Black with #F80BFE

Text Example


Text Example

White with #F80BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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