#FD60DC

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

Shades of Free Speech Magenta #FD60DC

Tints of Free Speech Magenta #FD60DC

Color information

#FD60DC (or 0xFD60DC) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 60 and DC. RGB value is (253,96,220). Sum of RGB (Red+Green+Blue) = 253+96+220=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60DC is #029F23. Grayscale: #9C9C9C. Windows color (decimal): -171812 or 14442749. OLE color: 14442749.

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

Color convert

RGB25396220-
CMYK00.620.130.01
HSL312.61º97.52%68.43%-
HSV(B)312.61º62.06%99.22%-
XYZ57.6134.4271.32-
YUV157.08163.51196.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 96 (37.89% from 255) = 16.87%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=44.46%
G=16.87%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539622000.620.130.01312.6197.5268.43
HexFD60DC03ED11396244
Octal375140334076151471142104
Binary1111110111000001101110001111101101110011100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60DC; }

 p { color: rgb(253,96,220); }

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

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

 a { background-color: rgb(253,96,220); }

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

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

 span { border-color: rgb(253,96,220); }

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