Html Css Color HEX #F81AEE Magenta

📋 copy color: '#F81AEE'

red 248 ◦ green 26 ◦ blue 238

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

Shades of Magenta #F81AEE

Tints of Magenta #F81AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.08%

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

R = 48.44%
G = 5.08%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F81AEE (or 0xF81AEE) is known color: Magenta. HEX triplet: F8, 1A and EE. RGB value is (248,26,238). Sum of RGB (Red+Green+Blue) = 248+26+238=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81AEE is #07E511. Grayscale: #737373. Windows color (decimal): -517394 or 15604472. OLE color: 15604472.

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

Color convert

RGB 248 26 238 -
CMYK 0 0.90 0.04 0.03
HSL 302.7º 0.94% 0.54% -
HSV(B) 302.7º 0.9% 0.97% -
XYZ 54.51 26.87 83.2 -
YUV 116.55 196.55 221.76 -
System Red Green Blue C M Y K H S L
Decimal 248 26 238 0 0.90 0.04 0.03 302.7 0.94 0.54
Hex F8 1A EE 0 5A 4 3 12F 5E 36
Octal 370 32 356 0 132 4 3 457 136 66
Binary 11111000 11010 11101110 0 1011010 100 11 100101111 1011110 110110

Color Harmonies of #F81AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AEE

Black with #F81AEE

Text Example


Text Example

White with #F81AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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