Html Css Color HEX #F001DC Hot Magenta

📋 copy color: '#F001DC'

red 240 ◦ green 1 ◦ blue 220

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

Shades of Hot Magenta #F001DC

Tints of Hot Magenta #F001DC

RGB

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

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

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

R = 52.06%
G = 0.22%
B = 47.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F001DC (or 0xF001DC) is known color: Hot Magenta. HEX triplet: F0, 01 and DC. RGB value is (240,1,220). Sum of RGB (Red+Green+Blue) = 240+1+220=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F001DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001DC is #0FFE23. Grayscale: #606060. Windows color (decimal): -1048100 or 14418416. OLE color: 14418416.

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

Color convert

RGB 240 1 220 -
CMYK 0 1.00 0.08 0.06
HSL 305.02º 0.99% 0.47% -
HSV(B) 305.02º 1% 0.94% -
XYZ 48.86 23.71 69.71 -
YUV 97.43 197.18 229.69 -
System Red Green Blue C M Y K H S L
Decimal 240 1 220 0 1.00 0.08 0.06 305.02 0.99 0.47
Hex F0 1 DC 0 64 8 6 131 63 2F
Octal 360 1 334 0 144 10 6 461 143 57
Binary 11110000 1 11011100 0 1100100 1000 110 100110001 1100011 101111

Color Harmonies of #F001DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001DC

Black with #F001DC

Text Example


Text Example

White with #F001DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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