Shades of Carnation Pink #F999D0
Tints of Carnation Pink #F999D0
RGB
CMYK
RGB Variations
Color information
#F999D0 (or 0xF999D0) is known color: Carnation Pink. HEX triplet: F9, 99 and D0. RGB value is (249,153,208). Sum of RGB (Red+Green+Blue) = 249+153+208=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F999D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999D0 is #06662F. Grayscale: #BBBBBB. Windows color (decimal): -419376 or 13670905. OLE color: 13670905.
HSL color Cylindrical-coordinate representation of color #F999D0: hue angle of 325.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999D0 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 208 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.02 |
| HSL | 325.63º | 0.89% | 0.79% | - |
| HSV(B) | 325.63º | 0.39% | 0.98% | - |
| XYZ | 61.84 | 47.48 | 65.58 | - |
| YUV | 187.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 208 | 0 | 0.39 | 0.16 | 0.02 | 325.63 | 0.89 | 0.79 |
| Hex | F9 | 99 | D0 | 0 | 27 | 10 | 2 | 146 | 59 | 4F |
| Octal | 371 | 231 | 320 | 0 | 47 | 20 | 2 | 506 | 131 | 117 |
| Binary | 11111001 | 10011001 | 11010000 | 0 | 100111 | 10000 | 10 | 101000110 | 1011001 | 1001111 |
Color Harmonies of #F999D0
Complementary color
Monochromatic Colors of #F999D0
Black with #F999D0
Text Example
Text Example
White with #F999D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999D0; }
p { color: rgb(249,153,208); }
H1.HeaderClassName
{
color: #F999D0;
}
.AnyTagClassName
{
color: #F999D0;
}
</style>
background-color css
<style>
a { background-color: #F999D0; }
a { background-color: rgb(249,153,208); }
div.DivClassName
{
background-color: #F999D0;
}
.BgClassName
{
background-color: #F999D0;
}
</style>
border-color css
<style>
span { border-color: #F999D0; }
span { border-color: rgb(249,153,208); }
td.TdClassName
{
border-color: #F999D0;
}
.TagClassName
{
border-color: #F999D0;
}
</style>