Html Css Color HEX #F801E3 Hot Magenta

📋 copy color: '#F801E3'

red 248 ◦ green 1 ◦ blue 227

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

Shades of Hot Magenta #F801E3

Tints of Hot Magenta #F801E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.69%

R = 52.1%
G = 0.21%
B = 47.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F801E3 (or 0xF801E3) is known color: Hot Magenta. HEX triplet: F8, 01 and E3. RGB value is (248,1,227). Sum of RGB (Red+Green+Blue) = 248+1+227=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F801E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801E3 is #07FE1C. Grayscale: #636363. Windows color (decimal): -523805 or 14877176. OLE color: 14877176.

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

Color convert

RGB 248 1 227 -
CMYK 0 1.00 0.08 0.03
HSL 305.1º 0.99% 0.49% -
HSV(B) 305.1º 1% 0.97% -
XYZ 52.59 25.52 74.83 -
YUV 100.62 199.33 233.12 -
System Red Green Blue C M Y K H S L
Decimal 248 1 227 0 1.00 0.08 0.03 305.1 0.99 0.49
Hex F8 1 E3 0 64 8 3 131 63 31
Octal 370 1 343 0 144 10 3 461 143 61
Binary 11111000 1 11100011 0 1100100 1000 11 100110001 1100011 110001

Color Harmonies of #F801E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801E3

Black with #F801E3

Text Example


Text Example

White with #F801E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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