Html Css Color HEX #F81FFA Magenta

📋 copy color: '#F81FFA'

red 248 ◦ green 31 ◦ blue 250

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

Shades of Magenta #F81FFA

Tints of Magenta #F81FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.86%

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 46.88%
G = 5.86%
B = 47.26%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F81FFA (or 0xF81FFA) is known color: Magenta. HEX triplet: F8, 1F and FA. RGB value is (248,31,250). Sum of RGB (Red+Green+Blue) = 248+31+250=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 31 (12.5% from 255 or 5.86% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #F81FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FFA is #07E005. Grayscale: #787878. Windows color (decimal): -516102 or 16392184. OLE color: 16392184.

HSL color Cylindrical-coordinate representation of color #F81FFA: hue angle of 299.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FFA is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 31 250 -
CMYK 0.01 0.88 0 0.02
HSL 299.45º 0.96% 0.55% -
HSV(B) 299.45º 0.88% 0.98% -
XYZ 56.46 27.84 92.84 -
YUV 120.85 200.89 218.69 -
System Red Green Blue C M Y K H S L
Decimal 248 31 250 0.01 0.88 0 0.02 299.45 0.96 0.55
Hex F8 1F FA 1 58 0 2 12B 60 37
Octal 370 37 372 1 130 0 2 453 140 67
Binary 11111000 11111 11111010 1 1011000 0 10 100101011 1100000 110111

Color Harmonies of #F81FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FFA

Black with #F81FFA

Text Example


Text Example

White with #F81FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FFA; }

 p { color: rgb(248,31,250); }

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

background-color css

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

 a { background-color: rgb(248,31,250); }

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

border-color css

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

 span { border-color: rgb(248,31,250); }

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