#F16BDD

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

Shades of Free Speech Magenta #F16BDD

Tints of Free Speech Magenta #F16BDD

Color information

#F16BDD (or 0xF16BDD) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 6B and DD. RGB value is (241,107,221). Sum of RGB (Red+Green+Blue) = 241+107+221=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BDD is #0E9422. Grayscale: #9F9F9F. Windows color (decimal): -955427 or 14511089. OLE color: 14511089.

HSL color Cylindrical-coordinate representation of color #F16BDD: hue angle of 308.96º 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 #F16BDD is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241107221-
CMYK00.560.080.05
HSL308.96º82.72%68.24%-
HSV(B)308.96º55.6%94.51%-
XYZ54.5834.4472.18-
YUV160.06162.39185.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 107 (42.19% from 255) = 18.80%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=42.36%
G=18.80%
B=38.84%

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
Decimal24110722100.560.080.05308.9682.7268.24
HexF16BDD038851355344
Octal361153335070105465123104
Binary111100011101011110111010111000100010110011010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16BDD; }

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

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

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

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

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

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

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

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