Shades of Carnation Pink #F99AC0
Tints of Carnation Pink #F99AC0
RGB
CMYK
RGB Variations
Color information
#F99AC0 (or 0xF99AC0) is known color: Carnation Pink. HEX triplet: F9, 9A and C0. RGB value is (249,154,192). Sum of RGB (Red+Green+Blue) = 249+154+192=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AC0 is #06653F. Grayscale: #BABABA. Windows color (decimal): -419136 or 12622585. OLE color: 12622585.
HSL color Cylindrical-coordinate representation of color #F99AC0: hue angle of 336º 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 #F99AC0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 192 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.02 |
| HSL | 336º | 0.89% | 0.79% | - |
| HSV(B) | 336º | 0.38% | 0.98% | - |
| XYZ | 60.14 | 47.06 | 55.78 | - |
| YUV | 186.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 192 | 0 | 0.38 | 0.23 | 0.02 | 336 | 0.89 | 0.79 |
| Hex | F9 | 9A | C0 | 0 | 26 | 17 | 2 | 150 | 59 | 4F |
| Octal | 371 | 232 | 300 | 0 | 46 | 27 | 2 | 520 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11000000 | 0 | 100110 | 10111 | 10 | 101010000 | 1011001 | 1001111 |
Color Harmonies of #F99AC0
Complementary color
Monochromatic Colors of #F99AC0
Black with #F99AC0
Text Example
Text Example
White with #F99AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AC0; }
p { color: rgb(249,154,192); }
H1.HeaderClassName
{
color: #F99AC0;
}
.AnyTagClassName
{
color: #F99AC0;
}
</style>
background-color css
<style>
a { background-color: #F99AC0; }
a { background-color: rgb(249,154,192); }
div.DivClassName
{
background-color: #F99AC0;
}
.BgClassName
{
background-color: #F99AC0;
}
</style>
border-color css
<style>
span { border-color: #F99AC0; }
span { border-color: rgb(249,154,192); }
td.TdClassName
{
border-color: #F99AC0;
}
.TagClassName
{
border-color: #F99AC0;
}
</style>