Html Css Color HEX #F801D0 Hot Magenta

📋 copy color: '#F801D0'

red 248 ◦ green 1 ◦ blue 208

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

Shades of Hot Magenta #F801D0

Tints of Hot Magenta #F801D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.51%

R = 54.27%
G = 0.22%
B = 45.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F801D0 (or 0xF801D0) is known color: Hot Magenta. HEX triplet: F8, 01 and D0. RGB value is (248,1,208). Sum of RGB (Red+Green+Blue) = 248+1+208=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F801D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801D0 is #07FE2F. Grayscale: #616161. Windows color (decimal): -523824 or 13631992. OLE color: 13631992.

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

Color convert

RGB 248 1 208 -
CMYK 0 1.00 0.16 0.03
HSL 309.72º 0.99% 0.49% -
HSV(B) 309.72º 1% 0.97% -
XYZ 50.11 24.53 61.77 -
YUV 98.45 189.83 234.67 -
System Red Green Blue C M Y K H S L
Decimal 248 1 208 0 1.00 0.16 0.03 309.72 0.99 0.49
Hex F8 1 D0 0 64 10 3 136 63 31
Octal 370 1 320 0 144 20 3 466 143 61
Binary 11111000 1 11010000 0 1100100 10000 11 100110110 1100011 110001

Color Harmonies of #F801D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801D0

Black with #F801D0

Text Example


Text Example

White with #F801D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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