Html Css Color HEX #F81AE0 Hot Magenta

📋 copy color: '#F81AE0'

red 248 ◦ green 26 ◦ blue 224

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

Shades of Hot Magenta #F81AE0

Tints of Hot Magenta #F81AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.98%

R = 49.8%
G = 5.22%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F81AE0 (or 0xF81AE0) is known color: Hot Magenta. HEX triplet: F8, 1A and E0. RGB value is (248,26,224). Sum of RGB (Red+Green+Blue) = 248+26+224=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 26 (10.55% from 255 or 5.22% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81AE0 is #07E51F. Grayscale: #727272. Windows color (decimal): -517408 or 14686968. OLE color: 14686968.

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

Color convert

RGB 248 26 224 -
CMYK 0 0.90 0.10 0.03
HSL 306.49º 0.94% 0.54% -
HSV(B) 306.49º 0.9% 0.97% -
XYZ 52.54 26.08 72.79 -
YUV 114.95 189.55 222.9 -
System Red Green Blue C M Y K H S L
Decimal 248 26 224 0 0.90 0.10 0.03 306.49 0.94 0.54
Hex F8 1A E0 0 5A A 3 132 5E 36
Octal 370 32 340 0 132 12 3 462 136 66
Binary 11111000 11010 11100000 0 1011010 1010 11 100110010 1011110 110110

Color Harmonies of #F81AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AE0

Black with #F81AE0

Text Example


Text Example

White with #F81AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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