Html Css Color HEX #F801FE Magenta

📋 copy color: '#F801FE'

red 248 ◦ green 1 ◦ blue 254

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

Shades of Magenta #F801FE

Tints of Magenta #F801FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 49.3%
G = 0.2%
B = 50.5%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F801FE (or 0xF801FE) is known color: Magenta. HEX triplet: F8, 01 and FE. RGB value is (248,1,254). Sum of RGB (Red+Green+Blue) = 248+1+254=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 1 (0.78% from 255 or 0.20% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #F801FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801FE is #07FE01. Grayscale: #666666. Windows color (decimal): -523778 or 16646648. OLE color: 16646648.

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

Color convert

RGB 248 1 254 -
CMYK 0.02 1.00 0 0.00
HSL 298.58º 0.99% 0.5% -
HSV(B) 298.58º 1% 1% -
XYZ 56.61 27.13 96.02 -
YUV 103.7 212.83 230.93 -
System Red Green Blue C M Y K H S L
Decimal 248 1 254 0.02 1.00 0 0.00 298.58 0.99 0.5
Hex F8 1 FE 2 64 0 0 12B 63 32
Octal 370 1 376 2 144 0 0 453 143 62
Binary 11111000 1 11111110 10 1100100 0 0 100101011 1100011 110010

Color Harmonies of #F801FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801FE

Black with #F801FE

Text Example


Text Example

White with #F801FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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