Html Css Color HEX #F80BEA Magenta

📋 copy color: '#F80BEA'

red 248 ◦ green 11 ◦ blue 234

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

Shades of Magenta #F80BEA

Tints of Magenta #F80BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 50.3%
G = 2.23%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F80BEA (or 0xF80BEA) is known color: Magenta. HEX triplet: F8, 0B and EA. RGB value is (248,11,234). Sum of RGB (Red+Green+Blue) = 248+11+234=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 11 (4.69% from 255 or 2.23% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80BEA is #07F415. Grayscale: #6A6A6A. Windows color (decimal): -521238 or 15338488. OLE color: 15338488.

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

Color convert

RGB 248 11 234 -
CMYK 0 0.96 0.06 0.03
HSL 303.54º 0.94% 0.51% -
HSV(B) 303.54º 0.96% 0.97% -
XYZ 53.68 26.14 80.06 -
YUV 107.29 199.52 228.37 -
System Red Green Blue C M Y K H S L
Decimal 248 11 234 0 0.96 0.06 0.03 303.54 0.94 0.51
Hex F8 B EA 0 60 6 3 130 5E 33
Octal 370 13 352 0 140 6 3 460 136 63
Binary 11111000 1011 11101010 0 1100000 110 11 100110000 1011110 110011

Color Harmonies of #F80BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BEA

Black with #F80BEA

Text Example


Text Example

White with #F80BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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