Shades of Carnation Pink #F99BC6
Tints of Carnation Pink #F99BC6
RGB
CMYK
RGB Variations
Color information
#F99BC6 (or 0xF99BC6) is known color: Carnation Pink. HEX triplet: F9, 9B and C6. RGB value is (249,155,198). Sum of RGB (Red+Green+Blue) = 249+155+198=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BC6 is #066439. Grayscale: #BBBBBB. Windows color (decimal): -418874 or 13016057. OLE color: 13016057.
HSL color Cylindrical-coordinate representation of color #F99BC6: hue angle of 332.55º 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 #F99BC6 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 198 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.02 |
| HSL | 332.55º | 0.89% | 0.79% | - |
| HSV(B) | 332.55º | 0.38% | 0.98% | - |
| XYZ | 60.98 | 47.66 | 59.41 | - |
| YUV | 188.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 198 | 0 | 0.38 | 0.20 | 0.02 | 332.55 | 0.89 | 0.79 |
| Hex | F9 | 9B | C6 | 0 | 26 | 14 | 2 | 14D | 59 | 4F |
| Octal | 371 | 233 | 306 | 0 | 46 | 24 | 2 | 515 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11000110 | 0 | 100110 | 10100 | 10 | 101001101 | 1011001 | 1001111 |
Color Harmonies of #F99BC6
Complementary color
Monochromatic Colors of #F99BC6
Black with #F99BC6
Text Example
Text Example
White with #F99BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BC6; }
p { color: rgb(249,155,198); }
H1.HeaderClassName
{
color: #F99BC6;
}
.AnyTagClassName
{
color: #F99BC6;
}
</style>
background-color css
<style>
a { background-color: #F99BC6; }
a { background-color: rgb(249,155,198); }
div.DivClassName
{
background-color: #F99BC6;
}
.BgClassName
{
background-color: #F99BC6;
}
</style>
border-color css
<style>
span { border-color: #F99BC6; }
span { border-color: rgb(249,155,198); }
td.TdClassName
{
border-color: #F99BC6;
}
.TagClassName
{
border-color: #F99BC6;
}
</style>