Html Css Color HEX #F801DB Hot Magenta

📋 copy color: '#F801DB'

red 248 ◦ green 1 ◦ blue 219

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

Shades of Hot Magenta #F801DB

Tints of Hot Magenta #F801DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 52.99%
G = 0.21%
B = 46.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F801DB (or 0xF801DB) is known color: Hot Magenta. HEX triplet: F8, 01 and DB. RGB value is (248,1,219). Sum of RGB (Red+Green+Blue) = 248+1+219=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F801DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801DB is #07FE24. Grayscale: #636363. Windows color (decimal): -523813 or 14352888. OLE color: 14352888.

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

Color convert

RGB 248 1 219 -
CMYK 0 1.00 0.12 0.03
HSL 307.04º 0.99% 0.49% -
HSV(B) 307.04º 1% 0.97% -
XYZ 51.51 25.09 69.15 -
YUV 99.71 195.33 233.77 -
System Red Green Blue C M Y K H S L
Decimal 248 1 219 0 1.00 0.12 0.03 307.04 0.99 0.49
Hex F8 1 DB 0 64 C 3 133 63 31
Octal 370 1 333 0 144 14 3 463 143 61
Binary 11111000 1 11011011 0 1100100 1100 11 100110011 1100011 110001

Color Harmonies of #F801DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801DB

Black with #F801DB

Text Example


Text Example

White with #F801DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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