#F563DA

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

Shades of Free Speech Magenta #F563DA

Tints of Free Speech Magenta #F563DA

Color information

#F563DA (or 0xF563DA) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 63 and DA. RGB value is (245,99,218). Sum of RGB (Red+Green+Blue) = 245+99+218=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F563DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F563DA is #0A9C25. Grayscale: #9B9B9B. Windows color (decimal): -695334 or 14312437. OLE color: 14312437.

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

Color convert

RGB24599218-
CMYK00.600.110.04
HSL311.1º87.95%67.45%-
HSV(B)311.1º59.59%96.08%-
XYZ54.7733.469.89-
YUV156.22162.87191.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 99 (39.06% from 255) = 17.62%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=43.59%
G=17.62%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459921800.600.110.04311.187.9567.45
HexF563DA03CB41375843
Octal365143332074134467130103
Binary111101011100011110110100111100101110010011011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F563DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F563DA; }

 p { color: rgb(245,99,218); }

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

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

 a { background-color: rgb(245,99,218); }

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

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

 span { border-color: rgb(245,99,218); }

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