#FF61DF

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

Shades of Free Speech Magenta #FF61DF

Tints of Free Speech Magenta #FF61DF

Color information

#FF61DF (or 0xFF61DF) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 61 and DF. RGB value is (255,97,223). Sum of RGB (Red+Green+Blue) = 255+97+223=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 97 (38.28% from 255 or 16.87% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61DF is #009E20. Grayscale: #9E9E9E. Windows color (decimal): -40481 or 14639615. OLE color: 14639615.

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

Color convert

RGB25597223-
CMYK00.620.130
HSL312.15º100%69.02%-
HSV(B)312.15º61.96%100%-
XYZ58.8335.1473.49-
YUV158.61164.35196.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 97 (38.28% from 255) = 16.87%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=44.35%
G=16.87%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559722300.620.130312.1510069.02
HexFF61DF03ED01386445
Octal377141337076150470144105
Binary1111111111000011101111101111101101010011100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF61DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF61DF; }

 p { color: rgb(255,97,223); }

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

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

 a { background-color: rgb(255,97,223); }

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

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

 span { border-color: rgb(255,97,223); }

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