Shades of Pale Violet Red #F16699
Tints of Pale Violet Red #F16699
RGB
CMYK
RGB Variations
Color information
#F16699 (or 0xF16699) is known color: Pale Violet Red. HEX triplet: F1, 66 and 99. RGB value is (241,102,153). Sum of RGB (Red+Green+Blue) = 241+102+153=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F16699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16699 is #0E9966. Grayscale: #959595. Windows color (decimal): -956775 or 10053361. OLE color: 10053361.
HSL color Cylindrical-coordinate representation of color #F16699: hue angle of 337.99º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16699 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 153 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.05 |
| HSL | 337.99º | 0.83% | 0.67% | - |
| HSV(B) | 337.99º | 0.58% | 0.95% | - |
| XYZ | 46.78 | 30.5 | 33.56 | - |
| YUV | 149.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 153 | 0 | 0.58 | 0.37 | 0.05 | 337.99 | 0.83 | 0.67 |
| Hex | F1 | 66 | 99 | 0 | 3A | 25 | 5 | 152 | 53 | 43 |
| Octal | 361 | 146 | 231 | 0 | 72 | 45 | 5 | 522 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10011001 | 0 | 111010 | 100101 | 101 | 101010010 | 1010011 | 1000011 |
Color Harmonies of #F16699
Complementary color
Monochromatic Colors of #F16699
Black with #F16699
Text Example
Text Example
White with #F16699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16699; }
p { color: rgb(241,102,153); }
H1.HeaderClassName
{
color: #F16699;
}
.AnyTagClassName
{
color: #F16699;
}
</style>
background-color css
<style>
a { background-color: #F16699; }
a { background-color: rgb(241,102,153); }
div.DivClassName
{
background-color: #F16699;
}
.BgClassName
{
background-color: #F16699;
}
</style>
border-color css
<style>
span { border-color: #F16699; }
span { border-color: rgb(241,102,153); }
td.TdClassName
{
border-color: #F16699;
}
.TagClassName
{
border-color: #F16699;
}
</style>