#FD06FE

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

Shades of Magenta #FD06FE

Tints of Magenta #FD06FE

Color information

#FD06FE (or 0xFD06FE) is unknown color: approx Magenta. HEX triplet: FD, 06 and FE. RGB value is (253,6,254). Sum of RGB (Red+Green+Blue) = 253+6+254=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 6 (2.73% from 255 or 1.17% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD06FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD06FE is #02F901. Grayscale: #6B6B6B. Windows color (decimal): -194818 or 16647933. OLE color: 16647933.

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

Color convert

RGB2536254-
CMYK0.000.9800.00
HSL299.76º99.2%50.98%-
HSV(B)299.76º97.64%99.61%-
XYZ58.4628.1796.12-
YUV108.12210.33231.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 6 (2.73% from 255) = 1.17%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=49.32%
G=1.17%
B=49.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25362540.000.9800.00299.7699.250.98
HexFD6FE0620012c6333
Octal375637601420045414363
Binary111111011101111111001100010001001011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD06FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD06FE; }

 p { color: rgb(253,6,254); }

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

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

 a { background-color: rgb(253,6,254); }

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

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

 span { border-color: rgb(253,6,254); }

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