Shades of Carnation Pink #F999C0
Tints of Carnation Pink #F999C0
RGB
CMYK
RGB Variations
Color information
#F999C0 (or 0xF999C0) is known color: Carnation Pink. HEX triplet: F9, 99 and C0. RGB value is (249,153,192). Sum of RGB (Red+Green+Blue) = 249+153+192=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F999C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999C0 is #06663F. Grayscale: #BABABA. Windows color (decimal): -419392 or 12622329. OLE color: 12622329.
HSL color Cylindrical-coordinate representation of color #F999C0: hue angle of 335.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 #F999C0 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 192 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.02 |
| HSL | 335.63º | 0.89% | 0.79% | - |
| HSV(B) | 335.63º | 0.39% | 0.98% | - |
| XYZ | 59.97 | 46.73 | 55.73 | - |
| YUV | 186.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 192 | 0 | 0.39 | 0.23 | 0.02 | 335.63 | 0.89 | 0.79 |
| Hex | F9 | 99 | C0 | 0 | 27 | 17 | 2 | 150 | 59 | 4F |
| Octal | 371 | 231 | 300 | 0 | 47 | 27 | 2 | 520 | 131 | 117 |
| Binary | 11111001 | 10011001 | 11000000 | 0 | 100111 | 10111 | 10 | 101010000 | 1011001 | 1001111 |
Color Harmonies of #F999C0
Complementary color
Monochromatic Colors of #F999C0
Black with #F999C0
Text Example
Text Example
White with #F999C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999C0; }
p { color: rgb(249,153,192); }
H1.HeaderClassName
{
color: #F999C0;
}
.AnyTagClassName
{
color: #F999C0;
}
</style>
background-color css
<style>
a { background-color: #F999C0; }
a { background-color: rgb(249,153,192); }
div.DivClassName
{
background-color: #F999C0;
}
.BgClassName
{
background-color: #F999C0;
}
</style>
border-color css
<style>
span { border-color: #F999C0; }
span { border-color: rgb(249,153,192); }
td.TdClassName
{
border-color: #F999C0;
}
.TagClassName
{
border-color: #F999C0;
}
</style>