#FD5CE3

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

Shades of Free Speech Magenta #FD5CE3

Tints of Free Speech Magenta #FD5CE3

Color information

#FD5CE3 (or 0xFD5CE3) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 5C and E3. RGB value is (253,92,227). Sum of RGB (Red+Green+Blue) = 253+92+227=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CE3 is #02A31C. Grayscale: #9B9B9B. Windows color (decimal): -172829 or 14900477. OLE color: 14900477.

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

Color convert

RGB25392227-
CMYK00.640.100.01
HSL309.69º97.58%67.65%-
HSV(B)309.69º63.64%99.22%-
XYZ58.234.0876.18-
YUV155.53168.34197.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 92 (36.33% from 255) = 16.08%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=44.23%
G=16.08%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539222700.640.100.01309.6997.5867.65
HexFD5CE3040A11366244
Octal3751343430100121466142104
Binary11111101101110011100011010000001010110011011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CE3; }

 p { color: rgb(253,92,227); }

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

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

 a { background-color: rgb(253,92,227); }

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

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

 span { border-color: rgb(253,92,227); }

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