#F16B9A

Color #F16B9A Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #F16B9A

Tints of Pale Violet Red #F16B9A

Color information

#F16B9A (or 0xF16B9A) is unknown color: approx Pale Violet Red. HEX triplet: F1, 6B and 9A. RGB value is (241,107,154). Sum of RGB (Red+Green+Blue) = 241+107+154=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B9A is #0E9465. Grayscale: #989898. Windows color (decimal): -955494 or 10120177. OLE color: 10120177.

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

Color convert

RGB241107154-
CMYK00.560.360.05
HSL338.96º82.72%68.24%-
HSV(B)338.96º55.6%94.51%-
XYZ47.3731.5534.17-
YUV152.42128.89191.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 107 (42.19% from 255) = 21.31%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=48.01%
G=21.31%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110715400.560.360.05338.9682.7268.24
HexF16B9A0382451535344
Octal361153232070445523123104
Binary11110001110101110011010011100010010010110101001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16B9A; }

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

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

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

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

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

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

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

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