Html Css Color HEX #F81AF4 Magenta

📋 copy color: '#F81AF4'

red 248 ◦ green 26 ◦ blue 244

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

Shades of Magenta #F81AF4

Tints of Magenta #F81AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.1%

R = 47.88%
G = 5.02%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F81AF4 (or 0xF81AF4) is known color: Magenta. HEX triplet: F8, 1A and F4. RGB value is (248,26,244). Sum of RGB (Red+Green+Blue) = 248+26+244=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 26 (10.55% from 255 or 5.02% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81AF4 is #07E50B. Grayscale: #747474. Windows color (decimal): -517388 or 15997688. OLE color: 15997688.

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

Color convert

RGB 248 26 244 -
CMYK 0 0.90 0.02 0.03
HSL 301.08º 0.94% 0.54% -
HSV(B) 301.08º 0.9% 0.97% -
XYZ 55.41 27.23 87.92 -
YUV 117.23 199.55 221.27 -
System Red Green Blue C M Y K H S L
Decimal 248 26 244 0 0.90 0.02 0.03 301.08 0.94 0.54
Hex F8 1A F4 0 5A 2 3 12D 5E 36
Octal 370 32 364 0 132 2 3 455 136 66
Binary 11111000 11010 11110100 0 1011010 10 11 100101101 1011110 110110

Color Harmonies of #F81AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AF4

Black with #F81AF4

Text Example


Text Example

White with #F81AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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