#FF00DF

Color #FF00DF Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #FF00DF

Tints of Hot Magenta #FF00DF

Color information

#FF00DF (or 0xFF00DF) is unknown color: approx Hot Magenta. HEX triplet: FF, 00 and DF. RGB value is (255,0,223). Sum of RGB (Red+Green+Blue) = 255+0+223=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00DF is #00FF20. Grayscale: #656565. Windows color (decimal): -65313 or 14614783. OLE color: 14614783.

HSL color Cylindrical-coordinate representation of color #FF00DF: hue angle of 307.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00DF is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB2550223-
CMYK010.130
HSL307.53º100%50%-
HSV(B)307.53º100%100%-
XYZ54.5626.5972.07-
YUV101.67196.48237.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 223 (87.5% from 255) = 46.65%
R=53.35%
G=0%
B=46.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550223010.130307.5310050
HexFF0DF064D01346432
Octal3770337014415046414462
Binary1111111101101111101100100110101001101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00DF; }

 p { color: rgb(255,0,223); }

 H1.HeaderClassName
 {
   color: #FF00DF;
 }
 .AnyTagClassName
 {
   color: #FF00DF;
 }
</style>
background-color css

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

 a { background-color: rgb(255,0,223); }

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

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

 span { border-color: rgb(255,0,223); }

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