#F56BDA

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

Shades of Free Speech Magenta #F56BDA

Tints of Free Speech Magenta #F56BDA

Color information

#F56BDA (or 0xF56BDA) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 6B and DA. RGB value is (245,107,218). Sum of RGB (Red+Green+Blue) = 245+107+218=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BDA is #0A9425. Grayscale: #A0A0A0. Windows color (decimal): -693286 or 14314485. OLE color: 14314485.

HSL color Cylindrical-coordinate representation of color #F56BDA: hue angle of 311.74º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56BDA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245107218-
CMYK00.560.110.04
HSL311.74º87.34%69.02%-
HSV(B)311.74º56.33%96.08%-
XYZ55.5734.9970.15-
YUV160.92160.22187.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 107 (42.19% from 255) = 18.77%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=42.98%
G=18.77%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510721800.560.110.04311.7487.3469.02
HexF56BDA038B41385745
Octal365153332070134470127105
Binary111101011101011110110100111000101110010011100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56BDA; }

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

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

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

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

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

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

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

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