Html Css Color HEX #F81DEE Magenta

📋 copy color: '#F81DEE'

red 248 ◦ green 29 ◦ blue 238

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

Shades of Magenta #F81DEE

Tints of Magenta #F81DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.63%

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

R = 48.16%
G = 5.63%
B = 46.21%

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

#F81DEE (or 0xF81DEE) is known color: Magenta. HEX triplet: F8, 1D and EE. RGB value is (248,29,238). Sum of RGB (Red+Green+Blue) = 248+29+238=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 29 (11.72% from 255 or 5.63% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81DEE is #07E211. Grayscale: #757575. Windows color (decimal): -516626 or 15605240. OLE color: 15605240.

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

Color convert

RGB 248 29 238 -
CMYK 0 0.88 0.04 0.03
HSL 302.74º 0.94% 0.54% -
HSV(B) 302.74º 0.88% 0.97% -
XYZ 54.58 27.01 83.23 -
YUV 118.31 195.55 220.51 -
System Red Green Blue C M Y K H S L
Decimal 248 29 238 0 0.88 0.04 0.03 302.74 0.94 0.54
Hex F8 1D EE 0 58 4 3 12F 5E 36
Octal 370 35 356 0 130 4 3 457 136 66
Binary 11111000 11101 11101110 0 1011000 100 11 100101111 1011110 110110

Color Harmonies of #F81DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81DEE

Black with #F81DEE

Text Example


Text Example

White with #F81DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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