Html Css Color HEX #F801DC Hot Magenta

📋 copy color: '#F801DC'

red 248 ◦ green 1 ◦ blue 220

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

Shades of Hot Magenta #F801DC

Tints of Hot Magenta #F801DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 52.88%
G = 0.21%
B = 46.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F801DC (or 0xF801DC) is known color: Hot Magenta. HEX triplet: F8, 01 and DC. RGB value is (248,1,220). Sum of RGB (Red+Green+Blue) = 248+1+220=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F801DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801DC is #07FE23. Grayscale: #636363. Windows color (decimal): -523812 or 14418424. OLE color: 14418424.

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

Color convert

RGB 248 1 220 -
CMYK 0 1.00 0.11 0.03
HSL 306.8º 0.99% 0.49% -
HSV(B) 306.8º 1% 0.97% -
XYZ 51.64 25.15 69.84 -
YUV 99.82 195.83 233.69 -
System Red Green Blue C M Y K H S L
Decimal 248 1 220 0 1.00 0.11 0.03 306.8 0.99 0.49
Hex F8 1 DC 0 64 B 3 133 63 31
Octal 370 1 334 0 144 13 3 463 143 61
Binary 11111000 1 11011100 0 1100100 1011 11 100110011 1100011 110001

Color Harmonies of #F801DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801DC

Black with #F801DC

Text Example


Text Example

White with #F801DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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