Shades of Carnation Pink #F998C0
Tints of Carnation Pink #F998C0
RGB
CMYK
RGB Variations
Color information
#F998C0 (or 0xF998C0) is known color: Carnation Pink. HEX triplet: F9, 98 and C0. RGB value is (249,152,192). Sum of RGB (Red+Green+Blue) = 249+152+192=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F998C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998C0 is #06673F. Grayscale: #B9B9B9. Windows color (decimal): -419648 or 12622073. OLE color: 12622073.
HSL color Cylindrical-coordinate representation of color #F998C0: hue angle of 335.26º 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 #F998C0 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 192 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.02 |
| HSL | 335.26º | 0.89% | 0.79% | - |
| HSV(B) | 335.26º | 0.39% | 0.98% | - |
| XYZ | 59.81 | 46.4 | 55.67 | - |
| YUV | 185.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 192 | 0 | 0.39 | 0.23 | 0.02 | 335.26 | 0.89 | 0.79 |
| Hex | F9 | 98 | C0 | 0 | 27 | 17 | 2 | 14F | 59 | 4F |
| Octal | 371 | 230 | 300 | 0 | 47 | 27 | 2 | 517 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11000000 | 0 | 100111 | 10111 | 10 | 101001111 | 1011001 | 1001111 |
Color Harmonies of #F998C0
Complementary color
Monochromatic Colors of #F998C0
Black with #F998C0
Text Example
Text Example
White with #F998C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998C0; }
p { color: rgb(249,152,192); }
H1.HeaderClassName
{
color: #F998C0;
}
.AnyTagClassName
{
color: #F998C0;
}
</style>
background-color css
<style>
a { background-color: #F998C0; }
a { background-color: rgb(249,152,192); }
div.DivClassName
{
background-color: #F998C0;
}
.BgClassName
{
background-color: #F998C0;
}
</style>
border-color css
<style>
span { border-color: #F998C0; }
span { border-color: rgb(249,152,192); }
td.TdClassName
{
border-color: #F998C0;
}
.TagClassName
{
border-color: #F998C0;
}
</style>