Html Css Color HEX #F81EEC Magenta

📋 copy color: '#F81EEC'

red 248 ◦ green 30 ◦ blue 236

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

Shades of Magenta #F81EEC

Tints of Magenta #F81EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.84%

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

R = 48.25%
G = 5.84%
B = 45.91%

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

#F81EEC (or 0xF81EEC) is known color: Magenta. HEX triplet: F8, 1E and EC. RGB value is (248,30,236). Sum of RGB (Red+Green+Blue) = 248+30+236=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81EEC is #07E113. Grayscale: #767676. Windows color (decimal): -516372 or 15474424. OLE color: 15474424.

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

Color convert

RGB 248 30 236 -
CMYK 0 0.88 0.05 0.03
HSL 303.3º 0.94% 0.55% -
HSV(B) 303.3º 0.88% 0.97% -
XYZ 54.32 26.94 81.69 -
YUV 118.67 194.22 220.25 -
System Red Green Blue C M Y K H S L
Decimal 248 30 236 0 0.88 0.05 0.03 303.3 0.94 0.55
Hex F8 1E EC 0 58 5 3 12F 5E 37
Octal 370 36 354 0 130 5 3 457 136 67
Binary 11111000 11110 11101100 0 1011000 101 11 100101111 1011110 110111

Color Harmonies of #F81EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81EEC

Black with #F81EEC

Text Example


Text Example

White with #F81EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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