Html Css Color HEX #F81FEE Magenta

📋 copy color: '#F81FEE'

red 248 ◦ green 31 ◦ blue 238

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

Shades of Magenta #F81FEE

Tints of Magenta #F81FEE

RGB

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

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

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

R = 47.97%
G = 6%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F81FEE (or 0xF81FEE) is known color: Magenta. HEX triplet: F8, 1F and EE. RGB value is (248,31,238). Sum of RGB (Red+Green+Blue) = 248+31+238=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 31 (12.5% from 255 or 6.00% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FEE is #07E011. Grayscale: #767676. Windows color (decimal): -516114 or 15605752. OLE color: 15605752.

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

Color convert

RGB 248 31 238 -
CMYK 0 0.88 0.04 0.03
HSL 302.77º 0.94% 0.55% -
HSV(B) 302.77º 0.88% 0.97% -
XYZ 54.63 27.11 83.24 -
YUV 119.48 194.89 219.67 -
System Red Green Blue C M Y K H S L
Decimal 248 31 238 0 0.88 0.04 0.03 302.77 0.94 0.55
Hex F8 1F EE 0 58 4 3 12F 5E 37
Octal 370 37 356 0 130 4 3 457 136 67
Binary 11111000 11111 11101110 0 1011000 100 11 100101111 1011110 110111

Color Harmonies of #F81FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FEE

Black with #F81FEE

Text Example


Text Example

White with #F81FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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