#F561DD

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

Shades of Free Speech Magenta #F561DD

Tints of Free Speech Magenta #F561DD

Color information

#F561DD (or 0xF561DD) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 61 and DD. RGB value is (245,97,221). Sum of RGB (Red+Green+Blue) = 245+97+221=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 97 (38.28% from 255 or 17.23% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F561DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561DD is #0A9E22. Grayscale: #9B9B9B. Windows color (decimal): -695843 or 14508533. OLE color: 14508533.

HSL color Cylindrical-coordinate representation of color #F561DD: hue angle of 309.73º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561DD is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24597221-
CMYK00.600.100.04
HSL309.73º88.1%67.06%-
HSV(B)309.73º60.41%96.08%-
XYZ54.9833.1871.91-
YUV155.39165.03191.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 97 (38.28% from 255) = 17.23%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=43.52%
G=17.23%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459722100.600.100.04309.7388.167.06
HexF561DD03CA41365843
Octal365141335074124466130103
Binary111101011100001110111010111100101010010011011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F561DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F561DD; }

 p { color: rgb(245,97,221); }

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

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

 a { background-color: rgb(245,97,221); }

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

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

 span { border-color: rgb(245,97,221); }

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