#F156D6

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

Shades of Free Speech Magenta #F156D6

Tints of Free Speech Magenta #F156D6

Color information

#F156D6 (or 0xF156D6) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 56 and D6. RGB value is (241,86,214). Sum of RGB (Red+Green+Blue) = 241+86+214=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 86 (33.98% from 255 or 15.90% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F156D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F156D6 is #0EA929. Grayscale: #929292. Windows color (decimal): -960810 or 14046961. OLE color: 14046961.

HSL color Cylindrical-coordinate representation of color #F156D6: hue angle of 310.45º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156D6 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB24186214-
CMYK00.640.110.05
HSL310.45º84.7%64.12%-
HSV(B)310.45º64.32%94.51%-
XYZ51.7430.2166.72-
YUV146.94165.85195.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 86 (33.98% from 255) = 15.90%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=44.55%
G=15.90%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418621400.640.110.05310.4584.764.12
HexF156D6040B51365540
Octal3611263260100135466125100
Binary1111000110101101101011001000000101110110011011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F156D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F156D6; }

 p { color: rgb(241,86,214); }

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

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

 a { background-color: rgb(241,86,214); }

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

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

 span { border-color: rgb(241,86,214); }

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