Shades of Carnation Pink #F99BC5
Tints of Carnation Pink #F99BC5
RGB
CMYK
RGB Variations
Color information
#F99BC5 (or 0xF99BC5) is known color: Carnation Pink. HEX triplet: F9, 9B and C5. RGB value is (249,155,197). Sum of RGB (Red+Green+Blue) = 249+155+197=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BC5 is #06643A. Grayscale: #BBBBBB. Windows color (decimal): -418875 or 12950521. OLE color: 12950521.
HSL color Cylindrical-coordinate representation of color #F99BC5: hue angle of 333.19º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BC5 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 197 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.02 |
| HSL | 333.19º | 0.89% | 0.79% | - |
| HSV(B) | 333.19º | 0.38% | 0.98% | - |
| XYZ | 60.87 | 47.61 | 58.81 | - |
| YUV | 187.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 197 | 0 | 0.38 | 0.21 | 0.02 | 333.19 | 0.89 | 0.79 |
| Hex | F9 | 9B | C5 | 0 | 26 | 15 | 2 | 14D | 59 | 4F |
| Octal | 371 | 233 | 305 | 0 | 46 | 25 | 2 | 515 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11000101 | 0 | 100110 | 10101 | 10 | 101001101 | 1011001 | 1001111 |
Color Harmonies of #F99BC5
Complementary color
Monochromatic Colors of #F99BC5
Black with #F99BC5
Text Example
Text Example
White with #F99BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BC5; }
p { color: rgb(249,155,197); }
H1.HeaderClassName
{
color: #F99BC5;
}
.AnyTagClassName
{
color: #F99BC5;
}
</style>
background-color css
<style>
a { background-color: #F99BC5; }
a { background-color: rgb(249,155,197); }
div.DivClassName
{
background-color: #F99BC5;
}
.BgClassName
{
background-color: #F99BC5;
}
</style>
border-color css
<style>
span { border-color: #F99BC5; }
span { border-color: rgb(249,155,197); }
td.TdClassName
{
border-color: #F99BC5;
}
.TagClassName
{
border-color: #F99BC5;
}
</style>