Html Css Color HEX #F801FF Magenta

📋 copy color: '#F801FF'

red 248 ◦ green 1 ◦ blue 255

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

Shades of Magenta #F801FF

Tints of Magenta #F801FF

RGB

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

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

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

R = 49.21%
G = 0.2%
B = 50.6%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F801FF (or 0xF801FF) is known color: Magenta. HEX triplet: F8, 01 and FF. RGB value is (248,1,255). Sum of RGB (Red+Green+Blue) = 248+1+255=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 1 (0.78% from 255 or 0.20% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #F801FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801FF is #07FE00. Grayscale: #676767. Windows color (decimal): -523777 or 16712184. OLE color: 16712184.

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

Color convert

RGB 248 1 255 -
CMYK 0.03 1.00 0 0
HSL 298.35º 1% 0.5% -
HSV(B) 298.35º 1% 1% -
XYZ 56.77 27.2 96.87 -
YUV 103.81 213.33 230.85 -
System Red Green Blue C M Y K H S L
Decimal 248 1 255 0.03 1.00 0 0 298.35 1 0.5
Hex F8 1 FF 3 64 0 0 12A 64 32
Octal 370 1 377 3 144 0 0 452 144 62
Binary 11111000 1 11111111 11 1100100 0 0 100101010 1100100 110010

Color Harmonies of #F801FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801FF

Black with #F801FF

Text Example


Text Example

White with #F801FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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