Shades of Pale Violet Red #F16C9A
Tints of Pale Violet Red #F16C9A
RGB
CMYK
RGB Variations
Color information
#F16C9A (or 0xF16C9A) is known color: Pale Violet Red. HEX triplet: F1, 6C and 9A. RGB value is (241,108,154). Sum of RGB (Red+Green+Blue) = 241+108+154=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16C9A is #0E9365. Grayscale: #989898. Windows color (decimal): -955238 or 10120433. OLE color: 10120433.
HSL color Cylindrical-coordinate representation of color #F16C9A: hue angle of 339.25º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16C9A is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 154 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.05 |
| HSL | 339.25º | 0.83% | 0.68% | - |
| HSV(B) | 339.25º | 0.55% | 0.95% | - |
| XYZ | 47.47 | 31.76 | 34.2 | - |
| YUV | 153.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 154 | 0 | 0.55 | 0.36 | 0.05 | 339.25 | 0.83 | 0.68 |
| Hex | F1 | 6C | 9A | 0 | 37 | 24 | 5 | 153 | 53 | 44 |
| Octal | 361 | 154 | 232 | 0 | 67 | 44 | 5 | 523 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10011010 | 0 | 110111 | 100100 | 101 | 101010011 | 1010011 | 1000100 |
Color Harmonies of #F16C9A
Complementary color
Monochromatic Colors of #F16C9A
Black with #F16C9A
Text Example
Text Example
White with #F16C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C9A; }
p { color: rgb(241,108,154); }
H1.HeaderClassName
{
color: #F16C9A;
}
.AnyTagClassName
{
color: #F16C9A;
}
</style>
background-color css
<style>
a { background-color: #F16C9A; }
a { background-color: rgb(241,108,154); }
div.DivClassName
{
background-color: #F16C9A;
}
.BgClassName
{
background-color: #F16C9A;
}
</style>
border-color css
<style>
span { border-color: #F16C9A; }
span { border-color: rgb(241,108,154); }
td.TdClassName
{
border-color: #F16C9A;
}
.TagClassName
{
border-color: #F16C9A;
}
</style>