#FE51DD

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

Shades of Free Speech Magenta #FE51DD

Tints of Free Speech Magenta #FE51DD

Color information

#FE51DD (or 0xFE51DD) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 51 and DD. RGB value is (254,81,221). Sum of RGB (Red+Green+Blue) = 254+81+221=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 81 (32.03% from 255 or 14.57% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51DD is #01AE22. Grayscale: #949494. Windows color (decimal): -110115 or 14504446. OLE color: 14504446.

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

Color convert

RGB25481221-
CMYK00.680.130.00
HSL311.45º98.86%65.69%-
HSV(B)311.45º68.11%99.61%-
XYZ56.8732.1871.62-
YUV148.69168.81203.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 81 (32.03% from 255) = 14.57%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=45.68%
G=14.57%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548122100.680.130.00311.4598.8665.69
HexFE51DD044D01376342
Octal3761213350104150467143102
Binary11111110101000111011101010001001101010011011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE51DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE51DD; }

 p { color: rgb(254,81,221); }

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

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

 a { background-color: rgb(254,81,221); }

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

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

 span { border-color: rgb(254,81,221); }

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