Html Css Color HEX #F81FFF Magenta

📋 copy color: '#F81FFF'

red 248 ◦ green 31 ◦ blue 255

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

Shades of Magenta #F81FFF

Tints of Magenta #F81FFF

RGB

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

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

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

R = 46.44%
G = 5.81%
B = 47.75%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F81FFF (or 0xF81FFF) is known color: Magenta. HEX triplet: F8, 1F and FF. RGB value is (248,31,255). Sum of RGB (Red+Green+Blue) = 248+31+255=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 31 (12.5% from 255 or 5.81% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #F81FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FFF is #07E000. Grayscale: #787878. Windows color (decimal): -516097 or 16719864. OLE color: 16719864.

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

Color convert

RGB 248 31 255 -
CMYK 0.03 0.88 0 0
HSL 298.13º 1% 0.56% -
HSV(B) 298.13º 0.88% 1% -
XYZ 57.25 28.16 97.02 -
YUV 121.42 203.39 218.29 -
System Red Green Blue C M Y K H S L
Decimal 248 31 255 0.03 0.88 0 0 298.13 1 0.56
Hex F8 1F FF 3 58 0 0 12A 64 38
Octal 370 37 377 3 130 0 0 452 144 70
Binary 11111000 11111 11111111 11 1011000 0 0 100101010 1100100 111000

Color Harmonies of #F81FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FFF

Black with #F81FFF

Text Example


Text Example

White with #F81FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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