#F16D9C

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

Shades of Pale Violet Red #F16D9C

Tints of Pale Violet Red #F16D9C

Color information

#F16D9C (or 0xF16D9C) is unknown color: approx Pale Violet Red. HEX triplet: F1, 6D and 9C. RGB value is (241,109,156). Sum of RGB (Red+Green+Blue) = 241+109+156=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D9C is #0E9263. Grayscale: #999999. Windows color (decimal): -954980 or 10251761. OLE color: 10251761.

HSL color Cylindrical-coordinate representation of color #F16D9C: hue angle of 338.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D9C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241109156-
CMYK00.550.350.05
HSL338.64º82.5%68.63%-
HSV(B)338.64º54.77%94.51%-
XYZ47.7532.0435.12-
YUV153.83129.23190.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 109 (42.97% from 255) = 21.54%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=47.63%
G=21.54%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110915600.550.350.05338.6482.568.63
HexF16D9C0372351535245
Octal361155234067435523122105
Binary11110001110110110011100011011110001110110101001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16D9C; }

 p { color: rgb(241,109,156); }

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

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

 a { background-color: rgb(241,109,156); }

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

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

 span { border-color: rgb(241,109,156); }

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