#F160D2

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

Shades of Free Speech Magenta #F160D2

Tints of Free Speech Magenta #F160D2

Color information

#F160D2 (or 0xF160D2) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 60 and D2. RGB value is (241,96,210). Sum of RGB (Red+Green+Blue) = 241+96+210=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F160D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160D2 is #0E9F2D. Grayscale: #989898. Windows color (decimal): -958254 or 13787377. OLE color: 13787377.

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

Color convert

RGB24196210-
CMYK00.600.130.05
HSL312.83º83.82%66.08%-
HSV(B)312.83º60.17%94.51%-
XYZ52.0931.7264.35-
YUV152.35160.54191.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 96 (37.89% from 255) = 17.55%
BLUE value IS 210 (82.42% from 255) = 38.39%
R=44.06%
G=17.55%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419621000.600.130.05312.8383.8266.08
HexF160D203CD51395442
Octal361140322074155471124102
Binary111100011100000110100100111100110110110011100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160D2; }

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

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

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

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

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

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

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

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