Html Css Color HEX #F801FB Magenta

📋 copy color: '#F801FB'

red 248 ◦ green 1 ◦ blue 251

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

Shades of Magenta #F801FB

Tints of Magenta #F801FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 49.6%
G = 0.2%
B = 50.2%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F801FB (or 0xF801FB) is known color: Magenta. HEX triplet: F8, 01 and FB. RGB value is (248,1,251). Sum of RGB (Red+Green+Blue) = 248+1+251=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 1 (0.78% from 255 or 0.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #F801FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801FB is #07FE04. Grayscale: #666666. Windows color (decimal): -523781 or 16450040. OLE color: 16450040.

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

Color convert

RGB 248 1 251 -
CMYK 0.01 1.00 0 0.02
HSL 299.28º 0.99% 0.49% -
HSV(B) 299.28º 1% 0.98% -
XYZ 56.13 26.94 93.51 -
YUV 103.35 211.33 231.17 -
System Red Green Blue C M Y K H S L
Decimal 248 1 251 0.01 1.00 0 0.02 299.28 0.99 0.49
Hex F8 1 FB 1 64 0 2 12B 63 31
Octal 370 1 373 1 144 0 2 453 143 61
Binary 11111000 1 11111011 1 1100100 0 10 100101011 1100011 110001

Color Harmonies of #F801FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801FB

Black with #F801FB

Text Example


Text Example

White with #F801FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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