Html Css Color HEX #F81BEC Magenta

📋 copy color: '#F81BEC'

red 248 ◦ green 27 ◦ blue 236

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

Shades of Magenta #F81BEC

Tints of Magenta #F81BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.28%

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

R = 48.53%
G = 5.28%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F81BEC (or 0xF81BEC) is known color: Magenta. HEX triplet: F8, 1B and EC. RGB value is (248,27,236). Sum of RGB (Red+Green+Blue) = 248+27+236=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 27 (10.94% from 255 or 5.28% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BEC is #07E413. Grayscale: #747474. Windows color (decimal): -517140 or 15473656. OLE color: 15473656.

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

Color convert

RGB 248 27 236 -
CMYK 0 0.89 0.05 0.03
HSL 303.26º 0.94% 0.54% -
HSV(B) 303.26º 0.89% 0.97% -
XYZ 54.24 26.8 81.67 -
YUV 116.91 195.22 221.51 -
System Red Green Blue C M Y K H S L
Decimal 248 27 236 0 0.89 0.05 0.03 303.26 0.94 0.54
Hex F8 1B EC 0 59 5 3 12F 5E 36
Octal 370 33 354 0 131 5 3 457 136 66
Binary 11111000 11011 11101100 0 1011001 101 11 100101111 1011110 110110

Color Harmonies of #F81BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81BEC

Black with #F81BEC

Text Example


Text Example

White with #F81BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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