#FD5CE2

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

Shades of Free Speech Magenta #FD5CE2

Tints of Free Speech Magenta #FD5CE2

Color information

#FD5CE2 (or 0xFD5CE2) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 5C and E2. RGB value is (253,92,226). Sum of RGB (Red+Green+Blue) = 253+92+226=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CE2 is #02A31D. Grayscale: #9B9B9B. Windows color (decimal): -172830 or 14834941. OLE color: 14834941.

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

Color convert

RGB25392226-
CMYK00.640.110.01
HSL310.06º97.58%67.65%-
HSV(B)310.06º63.64%99.22%-
XYZ58.0634.0375.46-
YUV155.42167.84197.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 92 (36.33% from 255) = 16.11%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=44.31%
G=16.11%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539222600.640.110.01310.0697.5867.65
HexFD5CE2040B11366244
Octal3751343420100131466142104
Binary11111101101110011100010010000001011110011011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CE2; }

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

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

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

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

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

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

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

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