#FD51E1

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

Shades of Free Speech Magenta #FD51E1

Tints of Free Speech Magenta #FD51E1

Color information

#FD51E1 (or 0xFD51E1) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 51 and E1. RGB value is (253,81,225). Sum of RGB (Red+Green+Blue) = 253+81+225=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 81 (32.03% from 255 or 14.49% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51E1 is #02AE1E. Grayscale: #949494. Windows color (decimal): -175647 or 14766589. OLE color: 14766589.

HSL color Cylindrical-coordinate representation of color #FD51E1: hue angle of 309.77º 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 #FD51E1 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB25381225-
CMYK00.680.110.01
HSL309.77º97.73%65.49%-
HSV(B)309.77º67.98%99.22%-
XYZ57.0432.274.44-
YUV148.84170.98202.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 81 (32.03% from 255) = 14.49%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=45.26%
G=14.49%
B=40.25%

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
Decimal2538122500.680.110.01309.7797.7365.49
HexFD51E1044B11366241
Octal3751213410104131466142101
Binary11111101101000111100001010001001011110011011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD51E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD51E1; }

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

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

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

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

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

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

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

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