#F160D4

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

Shades of Free Speech Magenta #F160D4

Tints of Free Speech Magenta #F160D4

Color information

#F160D4 (or 0xF160D4) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 60 and D4. RGB value is (241,96,212). Sum of RGB (Red+Green+Blue) = 241+96+212=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F160D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160D4 is #0E9F2B. Grayscale: #989898. Windows color (decimal): -958252 or 13918449. OLE color: 13918449.

HSL color Cylindrical-coordinate representation of color #F160D4: hue angle of 312º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160D4 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24196212-
CMYK00.600.120.05
HSL312º83.82%66.08%-
HSV(B)312º60.17%94.51%-
XYZ52.3431.8265.67-
YUV152.58161.54191.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 96 (37.89% from 255) = 17.49%
BLUE value IS 212 (83.20% from 255) = 38.62%
R=43.90%
G=17.49%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419621200.600.120.0531283.8266.08
HexF160D403CC51385442
Octal361140324074145470124102
Binary111100011100000110101000111100110010110011100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160D4; }

 p { color: rgb(241,96,212); }

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

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

 a { background-color: rgb(241,96,212); }

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

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

 span { border-color: rgb(241,96,212); }

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