#F565D7

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

Shades of Free Speech Magenta #F565D7

Tints of Free Speech Magenta #F565D7

Color information

#F565D7 (or 0xF565D7) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 65 and D7. RGB value is (245,101,215). Sum of RGB (Red+Green+Blue) = 245+101+215=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F565D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565D7 is #0A9A28. Grayscale: #9C9C9C. Windows color (decimal): -694825 or 14116341. OLE color: 14116341.

HSL color Cylindrical-coordinate representation of color #F565D7: hue angle of 312.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565D7 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB245101215-
CMYK00.590.120.04
HSL312.5º87.8%67.84%-
HSV(B)312.5º58.78%96.08%-
XYZ54.5833.6367.9-
YUV157.05160.71190.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 101 (39.84% from 255) = 18.00%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=43.67%
G=18.00%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510121500.590.120.04312.587.867.84
HexF565D703BC41385844
Octal365145327073144470130104
Binary111101011100101110101110111011110010010011100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F565D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F565D7; }

 p { color: rgb(245,101,215); }

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

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

 a { background-color: rgb(245,101,215); }

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

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

 span { border-color: rgb(245,101,215); }

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