Html Css Color HEX #F80BEB Magenta

📋 copy color: '#F80BEB'

red 248 ◦ green 11 ◦ blue 235

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

Shades of Magenta #F80BEB

Tints of Magenta #F80BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 50.2%
G = 2.23%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F80BEB (or 0xF80BEB) is known color: Magenta. HEX triplet: F8, 0B and EB. RGB value is (248,11,235). Sum of RGB (Red+Green+Blue) = 248+11+235=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 11 (4.69% from 255 or 2.23% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80BEB is #07F414. Grayscale: #6A6A6A. Windows color (decimal): -521237 or 15404024. OLE color: 15404024.

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

Color convert

RGB 248 11 235 -
CMYK 0 0.96 0.05 0.03
HSL 303.29º 0.94% 0.51% -
HSV(B) 303.29º 0.96% 0.97% -
XYZ 53.83 26.19 80.82 -
YUV 107.4 200.02 228.29 -
System Red Green Blue C M Y K H S L
Decimal 248 11 235 0 0.96 0.05 0.03 303.29 0.94 0.51
Hex F8 B EB 0 60 5 3 12F 5E 33
Octal 370 13 353 0 140 5 3 457 136 63
Binary 11111000 1011 11101011 0 1100000 101 11 100101111 1011110 110011

Color Harmonies of #F80BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BEB

Black with #F80BEB

Text Example


Text Example

White with #F80BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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