#FD23F7

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

Shades of Magenta #FD23F7

Tints of Magenta #FD23F7

Color information

#FD23F7 (or 0xFD23F7) is unknown color: approx Magenta. HEX triplet: FD, 23 and F7. RGB value is (253,35,247). Sum of RGB (Red+Green+Blue) = 253+35+247=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 35 (14.06% from 255 or 6.54% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD23F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD23F7 is #02DC08. Grayscale: #7B7B7B. Windows color (decimal): -187401 or 16196605. OLE color: 16196605.

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

Color convert

RGB25335247-
CMYK00.860.020.01
HSL301.65º98.2%56.47%-
HSV(B)301.65º86.17%99.22%-
XYZ57.928.890.5-
YUV124.35197.22219.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.29%
GREEN value IS 35 (14.06% from 255) = 6.54%
BLUE value IS 247 (96.88% from 255) = 46.17%
R=47.29%
G=6.54%
B=46.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533524700.860.020.01301.6598.256.47
HexFD23F70562112e6238
Octal3754336701262145614270
Binary1111110110001111110111010101101011001011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD23F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD23F7; }

 p { color: rgb(253,35,247); }

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

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

 a { background-color: rgb(253,35,247); }

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

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

 span { border-color: rgb(253,35,247); }

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