Shades of Carnation Pink #F99BBF
Tints of Carnation Pink #F99BBF
RGB
CMYK
RGB Variations
Color information
#F99BBF (or 0xF99BBF) is known color: Carnation Pink. HEX triplet: F9, 9B and BF. RGB value is (249,155,191). Sum of RGB (Red+Green+Blue) = 249+155+191=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BBF is #066440. Grayscale: #BBBBBB. Windows color (decimal): -418881 or 12557305. OLE color: 12557305.
HSL color Cylindrical-coordinate representation of color #F99BBF: hue angle of 337.02º 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 #F99BBF is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 191 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.02 |
| HSL | 337.02º | 0.89% | 0.79% | - |
| HSV(B) | 337.02º | 0.38% | 0.98% | - |
| XYZ | 60.19 | 47.34 | 55.26 | - |
| YUV | 187.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 191 | 0 | 0.38 | 0.23 | 0.02 | 337.02 | 0.89 | 0.79 |
| Hex | F9 | 9B | BF | 0 | 26 | 17 | 2 | 151 | 59 | 4F |
| Octal | 371 | 233 | 277 | 0 | 46 | 27 | 2 | 521 | 131 | 117 |
| Binary | 11111001 | 10011011 | 10111111 | 0 | 100110 | 10111 | 10 | 101010001 | 1011001 | 1001111 |
Color Harmonies of #F99BBF
Complementary color
Monochromatic Colors of #F99BBF
Black with #F99BBF
Text Example
Text Example
White with #F99BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BBF; }
p { color: rgb(249,155,191); }
H1.HeaderClassName
{
color: #F99BBF;
}
.AnyTagClassName
{
color: #F99BBF;
}
</style>
background-color css
<style>
a { background-color: #F99BBF; }
a { background-color: rgb(249,155,191); }
div.DivClassName
{
background-color: #F99BBF;
}
.BgClassName
{
background-color: #F99BBF;
}
</style>
border-color css
<style>
span { border-color: #F99BBF; }
span { border-color: rgb(249,155,191); }
td.TdClassName
{
border-color: #F99BBF;
}
.TagClassName
{
border-color: #F99BBF;
}
</style>