Shades of Carnation Pink #F99BD0
Tints of Carnation Pink #F99BD0
RGB
CMYK
RGB Variations
Color information
#F99BD0 (or 0xF99BD0) is known color: Carnation Pink. HEX triplet: F9, 9B and D0. RGB value is (249,155,208). Sum of RGB (Red+Green+Blue) = 249+155+208=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BD0 is #06642F. Grayscale: #BDBDBD. Windows color (decimal): -418864 or 13671417. OLE color: 13671417.
HSL color Cylindrical-coordinate representation of color #F99BD0: hue angle of 326.17º 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 #F99BD0 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 208 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.02 |
| HSL | 326.17º | 0.89% | 0.79% | - |
| HSV(B) | 326.17º | 0.38% | 0.98% | - |
| XYZ | 62.17 | 48.14 | 65.69 | - |
| YUV | 189.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 208 | 0 | 0.38 | 0.16 | 0.02 | 326.17 | 0.89 | 0.79 |
| Hex | F9 | 9B | D0 | 0 | 26 | 10 | 2 | 146 | 59 | 4F |
| Octal | 371 | 233 | 320 | 0 | 46 | 20 | 2 | 506 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11010000 | 0 | 100110 | 10000 | 10 | 101000110 | 1011001 | 1001111 |
Color Harmonies of #F99BD0
Complementary color
Monochromatic Colors of #F99BD0
Black with #F99BD0
Text Example
Text Example
White with #F99BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BD0; }
p { color: rgb(249,155,208); }
H1.HeaderClassName
{
color: #F99BD0;
}
.AnyTagClassName
{
color: #F99BD0;
}
</style>
background-color css
<style>
a { background-color: #F99BD0; }
a { background-color: rgb(249,155,208); }
div.DivClassName
{
background-color: #F99BD0;
}
.BgClassName
{
background-color: #F99BD0;
}
</style>
border-color css
<style>
span { border-color: #F99BD0; }
span { border-color: rgb(249,155,208); }
td.TdClassName
{
border-color: #F99BD0;
}
.TagClassName
{
border-color: #F99BD0;
}
</style>