Html Css Color HEX #F801ED Magenta

📋 copy color: '#F801ED'

red 248 ◦ green 1 ◦ blue 237

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

Shades of Magenta #F801ED

Tints of Magenta #F801ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 51.03%
G = 0.21%
B = 48.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F801ED (or 0xF801ED) is known color: Magenta. HEX triplet: F8, 01 and ED. RGB value is (248,1,237). Sum of RGB (Red+Green+Blue) = 248+1+237=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F801ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801ED is #07FE12. Grayscale: #656565. Windows color (decimal): -523795 or 15532536. OLE color: 15532536.

HSL color Cylindrical-coordinate representation of color #F801ED: hue angle of 302.67º 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 #F801ED is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 237 -
CMYK 0 1.00 0.04 0.03
HSL 302.67º 0.99% 0.49% -
HSV(B) 302.67º 1% 0.97% -
XYZ 54.01 26.09 82.31 -
YUV 101.76 204.33 232.31 -
System Red Green Blue C M Y K H S L
Decimal 248 1 237 0 1.00 0.04 0.03 302.67 0.99 0.49
Hex F8 1 ED 0 64 4 3 12F 63 31
Octal 370 1 355 0 144 4 3 457 143 61
Binary 11111000 1 11101101 0 1100100 100 11 100101111 1100011 110001

Color Harmonies of #F801ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801ED

Black with #F801ED

Text Example


Text Example

White with #F801ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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