Html Css Color HEX #F80BEC Magenta

📋 copy color: '#F80BEC'

red 248 ◦ green 11 ◦ blue 236

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

Shades of Magenta #F80BEC

Tints of Magenta #F80BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 50.1%
G = 2.22%
B = 47.68%

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

#F80BEC (or 0xF80BEC) is known color: Magenta. HEX triplet: F8, 0B and EC. RGB value is (248,11,236). Sum of RGB (Red+Green+Blue) = 248+11+236=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 11 (4.69% from 255 or 2.22% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80BEC is #07F413. Grayscale: #6A6A6A. Windows color (decimal): -521236 or 15469560. OLE color: 15469560.

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

Color convert

RGB 248 11 236 -
CMYK 0 0.96 0.05 0.03
HSL 303.04º 0.94% 0.51% -
HSV(B) 303.04º 0.96% 0.97% -
XYZ 53.97 26.25 81.58 -
YUV 107.51 200.52 228.2 -
System Red Green Blue C M Y K H S L
Decimal 248 11 236 0 0.96 0.05 0.03 303.04 0.94 0.51
Hex F8 B EC 0 60 5 3 12F 5E 33
Octal 370 13 354 0 140 5 3 457 136 63
Binary 11111000 1011 11101100 0 1100000 101 11 100101111 1011110 110011

Color Harmonies of #F80BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BEC

Black with #F80BEC

Text Example


Text Example

White with #F80BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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