Html Css Color HEX #F801F1 Magenta

📋 copy color: '#F801F1'

red 248 ◦ green 1 ◦ blue 241

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

Shades of Magenta #F801F1

Tints of Magenta #F801F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 50.61%
G = 0.2%
B = 49.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F801F1 (or 0xF801F1) is known color: Magenta. HEX triplet: F8, 01 and F1. RGB value is (248,1,241). Sum of RGB (Red+Green+Blue) = 248+1+241=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F801F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801F1 is #07FE0E. Grayscale: #656565. Windows color (decimal): -523791 or 15794680. OLE color: 15794680.

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

Color convert

RGB 248 1 241 -
CMYK 0 1.00 0.03 0.03
HSL 301.7º 0.99% 0.49% -
HSV(B) 301.7º 1% 0.97% -
XYZ 54.6 26.33 85.42 -
YUV 102.21 206.33 231.99 -
System Red Green Blue C M Y K H S L
Decimal 248 1 241 0 1.00 0.03 0.03 301.7 0.99 0.49
Hex F8 1 F1 0 64 3 3 12E 63 31
Octal 370 1 361 0 144 3 3 456 143 61
Binary 11111000 1 11110001 0 1100100 11 11 100101110 1100011 110001

Color Harmonies of #F801F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801F1

Black with #F801F1

Text Example


Text Example

White with #F801F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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