Html Css Color HEX #F81FFE Magenta

📋 copy color: '#F81FFE'

red 248 ◦ green 31 ◦ blue 254

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

Shades of Magenta #F81FFE

Tints of Magenta #F81FFE

RGB

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

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

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

R = 46.53%
G = 5.82%
B = 47.65%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F81FFE (or 0xF81FFE) is known color: Magenta. HEX triplet: F8, 1F and FE. RGB value is (248,31,254). Sum of RGB (Red+Green+Blue) = 248+31+254=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 31 (12.5% from 255 or 5.82% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #F81FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FFE is #07E001. Grayscale: #787878. Windows color (decimal): -516098 or 16654328. OLE color: 16654328.

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

Color convert

RGB 248 31 254 -
CMYK 0.02 0.88 0 0.00
HSL 298.39º 0.99% 0.56% -
HSV(B) 298.39º 0.88% 1% -
XYZ 57.09 28.09 96.18 -
YUV 121.31 202.89 218.37 -
System Red Green Blue C M Y K H S L
Decimal 248 31 254 0.02 0.88 0 0.00 298.39 0.99 0.56
Hex F8 1F FE 2 58 0 0 12A 63 38
Octal 370 37 376 2 130 0 0 452 143 70
Binary 11111000 11111 11111110 10 1011000 0 0 100101010 1100011 111000

Color Harmonies of #F81FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FFE

Black with #F81FFE

Text Example


Text Example

White with #F81FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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