Html Css Color HEX #F81DFE Magenta

📋 copy color: '#F81DFE'

red 248 ◦ green 29 ◦ blue 254

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

Shades of Magenta #F81DFE

Tints of Magenta #F81DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.46%

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

R = 46.7%
G = 5.46%
B = 47.83%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F81DFE (or 0xF81DFE) is known color: Magenta. HEX triplet: F8, 1D and FE. RGB value is (248,29,254). Sum of RGB (Red+Green+Blue) = 248+29+254=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 29 (11.72% from 255 or 5.46% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #F81DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81DFE is #07E201. Grayscale: #777777. Windows color (decimal): -516610 or 16653816. OLE color: 16653816.

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

Color convert

RGB 248 29 254 -
CMYK 0.02 0.89 0 0.00
HSL 298.4º 0.99% 0.55% -
HSV(B) 298.4º 0.89% 1% -
XYZ 57.04 27.99 96.16 -
YUV 120.13 203.55 219.2 -
System Red Green Blue C M Y K H S L
Decimal 248 29 254 0.02 0.89 0 0.00 298.4 0.99 0.55
Hex F8 1D FE 2 59 0 0 12A 63 37
Octal 370 35 376 2 131 0 0 452 143 67
Binary 11111000 11101 11111110 10 1011001 0 0 100101010 1100011 110111

Color Harmonies of #F81DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81DFE

Black with #F81DFE

Text Example


Text Example

White with #F81DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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