Html Css Color HEX #F81AFE Magenta

📋 copy color: '#F81AFE'

red 248 ◦ green 26 ◦ blue 254

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

Shades of Magenta #F81AFE

Tints of Magenta #F81AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 46.97%
G = 4.92%
B = 48.11%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F81AFE (or 0xF81AFE) is known color: Magenta. HEX triplet: F8, 1A and FE. RGB value is (248,26,254). Sum of RGB (Red+Green+Blue) = 248+26+254=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 26 (10.55% from 255 or 4.92% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #F81AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81AFE is #07E501. Grayscale: #757575. Windows color (decimal): -517378 or 16653048. OLE color: 16653048.

HSL color Cylindrical-coordinate representation of color #F81AFE: hue angle of 298.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81AFE is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 26 254 -
CMYK 0.02 0.90 0 0.00
HSL 298.42º 0.99% 0.55% -
HSV(B) 298.42º 0.9% 1% -
XYZ 56.97 27.85 96.14 -
YUV 118.37 204.55 220.46 -
System Red Green Blue C M Y K H S L
Decimal 248 26 254 0.02 0.90 0 0.00 298.42 0.99 0.55
Hex F8 1A FE 2 5A 0 0 12A 63 37
Octal 370 32 376 2 132 0 0 452 143 67
Binary 11111000 11010 11111110 10 1011010 0 0 100101010 1100011 110111

Color Harmonies of #F81AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AFE

Black with #F81AFE

Text Example


Text Example

White with #F81AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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