Html Css Color HEX #F801E1 Hot Magenta

📋 copy color: '#F801E1'

red 248 ◦ green 1 ◦ blue 225

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

Shades of Hot Magenta #F801E1

Tints of Hot Magenta #F801E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 52.32%
G = 0.21%
B = 47.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F801E1 (or 0xF801E1) is known color: Hot Magenta. HEX triplet: F8, 01 and E1. RGB value is (248,1,225). Sum of RGB (Red+Green+Blue) = 248+1+225=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F801E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801E1 is #07FE1E. Grayscale: #636363. Windows color (decimal): -523807 or 14746104. OLE color: 14746104.

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

Color convert

RGB 248 1 225 -
CMYK 0 1.00 0.09 0.03
HSL 305.59º 0.99% 0.49% -
HSV(B) 305.59º 1% 0.97% -
XYZ 52.31 25.41 73.38 -
YUV 100.39 198.33 233.29 -
System Red Green Blue C M Y K H S L
Decimal 248 1 225 0 1.00 0.09 0.03 305.59 0.99 0.49
Hex F8 1 E1 0 64 9 3 132 63 31
Octal 370 1 341 0 144 11 3 462 143 61
Binary 11111000 1 11100001 0 1100100 1001 11 100110010 1100011 110001

Color Harmonies of #F801E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801E1

Black with #F801E1

Text Example


Text Example

White with #F801E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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