#F16ADD

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

Shades of Free Speech Magenta #F16ADD

Tints of Free Speech Magenta #F16ADD

Color information

#F16ADD (or 0xF16ADD) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 6A and DD. RGB value is (241,106,221). Sum of RGB (Red+Green+Blue) = 241+106+221=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ADD is #0E9522. Grayscale: #9F9F9F. Windows color (decimal): -955683 or 14510833. OLE color: 14510833.

HSL color Cylindrical-coordinate representation of color #F16ADD: hue angle of 308.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16ADD is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241106221-
CMYK00.560.080.05
HSL308.89º82.82%68.04%-
HSV(B)308.89º56.02%94.51%-
XYZ54.4834.2372.14-
YUV159.48162.73186.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 106 (41.80% from 255) = 18.66%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=42.43%
G=18.66%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110622100.560.080.05308.8982.8268.04
HexF16ADD038851355344
Octal361152335070105465123104
Binary111100011101010110111010111000100010110011010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16ADD; }

 p { color: rgb(241,106,221); }

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

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

 a { background-color: rgb(241,106,221); }

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

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

 span { border-color: rgb(241,106,221); }

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