#F56ADB

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

Shades of Free Speech Magenta #F56ADB

Tints of Free Speech Magenta #F56ADB

Color information

#F56ADB (or 0xF56ADB) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 6A and DB. RGB value is (245,106,219). Sum of RGB (Red+Green+Blue) = 245+106+219=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ADB is #0A9524. Grayscale: #A0A0A0. Windows color (decimal): -693541 or 14379765. OLE color: 14379765.

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

Color convert

RGB245106219-
CMYK00.570.110.04
HSL311.22º87.42%68.82%-
HSV(B)311.22º56.73%96.08%-
XYZ55.634.8470.81-
YUV160.44161.05188.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 106 (41.80% from 255) = 18.60%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=42.98%
G=18.60%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510621900.570.110.04311.2287.4268.82
HexF56ADB039B41375745
Octal365152333071134467127105
Binary111101011101010110110110111001101110010011011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56ADB; }

 p { color: rgb(245,106,219); }

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

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

 a { background-color: rgb(245,106,219); }

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

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

 span { border-color: rgb(245,106,219); }

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