Html Css Color HEX #F81AFF Magenta

📋 copy color: '#F81AFF'

red 248 ◦ green 26 ◦ blue 255

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

Shades of Magenta #F81AFF

Tints of Magenta #F81AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 46.88%
G = 4.91%
B = 48.2%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F81AFF (or 0xF81AFF) is known color: Magenta. HEX triplet: F8, 1A and FF. RGB value is (248,26,255). Sum of RGB (Red+Green+Blue) = 248+26+255=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 26 (10.55% from 255 or 4.91% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #F81AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81AFF is #07E500. Grayscale: #757575. Windows color (decimal): -517377 or 16718584. OLE color: 16718584.

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

Color convert

RGB 248 26 255 -
CMYK 0.03 0.90 0 0
HSL 298.17º 1% 0.55% -
HSV(B) 298.17º 0.9% 1% -
XYZ 57.13 27.92 96.98 -
YUV 118.48 205.05 220.38 -
System Red Green Blue C M Y K H S L
Decimal 248 26 255 0.03 0.90 0 0 298.17 1 0.55
Hex F8 1A FF 3 5A 0 0 12A 64 37
Octal 370 32 377 3 132 0 0 452 144 67
Binary 11111000 11010 11111111 11 1011010 0 0 100101010 1100100 110111

Color Harmonies of #F81AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AFF

Black with #F81AFF

Text Example


Text Example

White with #F81AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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