#FD04FF

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

Shades of Magenta #FD04FF

Tints of Magenta #FD04FF

Color information

#FD04FF (or 0xFD04FF) is unknown color: approx Magenta. HEX triplet: FD, 04 and FF. RGB value is (253,4,255). Sum of RGB (Red+Green+Blue) = 253+4+255=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 4 (1.95% from 255 or 0.78% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD04FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD04FF is #02FB00. Grayscale: #6A6A6A. Windows color (decimal): -195329 or 16712957. OLE color: 16712957.

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

Color convert

RGB2534255-
CMYK0.010.9800
HSL299.52º100%50.78%-
HSV(B)299.52º98.43%100%-
XYZ58.628.1996.96-
YUV107.06211.49232.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.41%
GREEN value IS 4 (1.95% from 255) = 0.78%
BLUE value IS 255 (100% from 255) = 49.80%
R=49.41%
G=0.78%
B=49.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25342550.010.9800299.5210050.78
HexFD4FF1620012c6433
Octal375437711420045414463
Binary111111011001111111111100010001001011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD04FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD04FF; }

 p { color: rgb(253,4,255); }

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

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

 a { background-color: rgb(253,4,255); }

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

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

 span { border-color: rgb(253,4,255); }

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