Html Css Color HEX #F001DB Hot Magenta

📋 copy color: '#F001DB'

red 240 ◦ green 1 ◦ blue 219

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

Shades of Hot Magenta #F001DB

Tints of Hot Magenta #F001DB

RGB

 RED value IS 240 (94.14% from 255) = 52.17%

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

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

R = 52.17%
G = 0.22%
B = 47.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F001DB (or 0xF001DB) is known color: Hot Magenta. HEX triplet: F0, 01 and DB. RGB value is (240,1,219). Sum of RGB (Red+Green+Blue) = 240+1+219=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F001DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001DB is #0FFE24. Grayscale: #606060. Windows color (decimal): -1048101 or 14352880. OLE color: 14352880.

HSL color Cylindrical-coordinate representation of color #F001DB: hue angle of 305.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001DB is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 219 -
CMYK 0 1.00 0.09 0.06
HSL 305.27º 0.99% 0.47% -
HSV(B) 305.27º 1% 0.94% -
XYZ 48.73 23.66 69.02 -
YUV 97.31 196.68 229.77 -
System Red Green Blue C M Y K H S L
Decimal 240 1 219 0 1.00 0.09 0.06 305.27 0.99 0.47
Hex F0 1 DB 0 64 9 6 131 63 2F
Octal 360 1 333 0 144 11 6 461 143 57
Binary 11110000 1 11011011 0 1100100 1001 110 100110001 1100011 101111

Color Harmonies of #F001DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001DB

Black with #F001DB

Text Example


Text Example

White with #F001DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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