Html Css Color HEX #F81AF7 Magenta

📋 copy color: '#F81AF7'

red 248 ◦ green 26 ◦ blue 247

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

Shades of Magenta #F81AF7

Tints of Magenta #F81AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.41%

R = 47.6%
G = 4.99%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F81AF7 (or 0xF81AF7) is known color: Magenta. HEX triplet: F8, 1A and F7. RGB value is (248,26,247). Sum of RGB (Red+Green+Blue) = 248+26+247=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 26 (10.55% from 255 or 4.99% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81AF7 is #07E508. Grayscale: #747474. Windows color (decimal): -517385 or 16194296. OLE color: 16194296.

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

Color convert

RGB 248 26 247 -
CMYK 0 0.90 0.00 0.03
HSL 300.27º 0.94% 0.54% -
HSV(B) 300.27º 0.9% 0.97% -
XYZ 55.87 27.41 90.34 -
YUV 117.57 201.05 221.03 -
System Red Green Blue C M Y K H S L
Decimal 248 26 247 0 0.90 0.00 0.03 300.27 0.94 0.54
Hex F8 1A F7 0 5A 0 3 12C 5E 36
Octal 370 32 367 0 132 0 3 454 136 66
Binary 11111000 11010 11110111 0 1011010 0 11 100101100 1011110 110110

Color Harmonies of #F81AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AF7

Black with #F81AF7

Text Example


Text Example

White with #F81AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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