Html Css Color HEX #F80BEE Magenta

📋 copy color: '#F80BEE'

red 248 ◦ green 11 ◦ blue 238

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

Shades of Magenta #F80BEE

Tints of Magenta #F80BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 49.9%
G = 2.21%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F80BEE (or 0xF80BEE) is known color: Magenta. HEX triplet: F8, 0B and EE. RGB value is (248,11,238). Sum of RGB (Red+Green+Blue) = 248+11+238=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 11 (4.69% from 255 or 2.21% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80BEE is #07F411. Grayscale: #6B6B6B. Windows color (decimal): -521234 or 15600632. OLE color: 15600632.

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

Color convert

RGB 248 11 238 -
CMYK 0 0.96 0.04 0.03
HSL 302.53º 0.94% 0.51% -
HSV(B) 302.53º 0.96% 0.97% -
XYZ 54.26 26.37 83.12 -
YUV 107.74 201.52 228.04 -
System Red Green Blue C M Y K H S L
Decimal 248 11 238 0 0.96 0.04 0.03 302.53 0.94 0.51
Hex F8 B EE 0 60 4 3 12F 5E 33
Octal 370 13 356 0 140 4 3 457 136 63
Binary 11111000 1011 11101110 0 1100000 100 11 100101111 1011110 110011

Color Harmonies of #F80BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BEE

Black with #F80BEE

Text Example


Text Example

White with #F80BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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