Html Css Color HEX #F81FEC Magenta

📋 copy color: '#F81FEC'

red 248 ◦ green 31 ◦ blue 236

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

Shades of Magenta #F81FEC

Tints of Magenta #F81FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.02%

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

R = 48.16%
G = 6.02%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F81FEC (or 0xF81FEC) is known color: Magenta. HEX triplet: F8, 1F and EC. RGB value is (248,31,236). Sum of RGB (Red+Green+Blue) = 248+31+236=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 31 (12.5% from 255 or 6.02% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FEC is #07E013. Grayscale: #767676. Windows color (decimal): -516116 or 15474680. OLE color: 15474680.

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

Color convert

RGB 248 31 236 -
CMYK 0 0.88 0.05 0.03
HSL 303.32º 0.94% 0.55% -
HSV(B) 303.32º 0.88% 0.97% -
XYZ 54.34 26.99 81.7 -
YUV 119.25 193.89 219.83 -
System Red Green Blue C M Y K H S L
Decimal 248 31 236 0 0.88 0.05 0.03 303.32 0.94 0.55
Hex F8 1F EC 0 58 5 3 12F 5E 37
Octal 370 37 354 0 130 5 3 457 136 67
Binary 11111000 11111 11101100 0 1011000 101 11 100101111 1011110 110111

Color Harmonies of #F81FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FEC

Black with #F81FEC

Text Example


Text Example

White with #F81FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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