#FD51E2

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

Shades of Free Speech Magenta #FD51E2

Tints of Free Speech Magenta #FD51E2

Color information

#FD51E2 (or 0xFD51E2) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 51 and E2. RGB value is (253,81,226). Sum of RGB (Red+Green+Blue) = 253+81+226=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 81 (32.03% from 255 or 14.46% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51E2 is #02AE1D. Grayscale: #949494. Windows color (decimal): -175646 or 14832125. OLE color: 14832125.

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

Color convert

RGB25381226-
CMYK00.680.110.01
HSL309.42º97.73%65.49%-
HSV(B)309.42º67.98%99.22%-
XYZ57.1832.2675.16-
YUV148.96171.48202.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.18%
GREEN value IS 81 (32.03% from 255) = 14.46%
BLUE value IS 226 (88.67% from 255) = 40.36%
R=45.18%
G=14.46%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538122600.680.110.01309.4297.7365.49
HexFD51E2044B11356241
Octal3751213420104131465142101
Binary11111101101000111100010010001001011110011010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD51E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD51E2; }

 p { color: rgb(253,81,226); }

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

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

 a { background-color: rgb(253,81,226); }

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

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

 span { border-color: rgb(253,81,226); }

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