Shades of Carnation Pink #F998C9
Tints of Carnation Pink #F998C9
RGB
CMYK
RGB Variations
Color information
#F998C9 (or 0xF998C9) is known color: Carnation Pink. HEX triplet: F9, 98 and C9. RGB value is (249,152,201). Sum of RGB (Red+Green+Blue) = 249+152+201=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F998C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998C9 is #066736. Grayscale: #BABABA. Windows color (decimal): -419639 or 13211897. OLE color: 13211897.
HSL color Cylindrical-coordinate representation of color #F998C9: hue angle of 329.69º 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 #F998C9 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 201 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.02 |
| HSL | 329.69º | 0.89% | 0.79% | - |
| HSV(B) | 329.69º | 0.39% | 0.98% | - |
| XYZ | 60.84 | 46.81 | 61.09 | - |
| YUV | 186.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 201 | 0 | 0.39 | 0.19 | 0.02 | 329.69 | 0.89 | 0.79 |
| Hex | F9 | 98 | C9 | 0 | 27 | 13 | 2 | 14A | 59 | 4F |
| Octal | 371 | 230 | 311 | 0 | 47 | 23 | 2 | 512 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11001001 | 0 | 100111 | 10011 | 10 | 101001010 | 1011001 | 1001111 |
Color Harmonies of #F998C9
Complementary color
Monochromatic Colors of #F998C9
Black with #F998C9
Text Example
Text Example
White with #F998C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998C9; }
p { color: rgb(249,152,201); }
H1.HeaderClassName
{
color: #F998C9;
}
.AnyTagClassName
{
color: #F998C9;
}
</style>
background-color css
<style>
a { background-color: #F998C9; }
a { background-color: rgb(249,152,201); }
div.DivClassName
{
background-color: #F998C9;
}
.BgClassName
{
background-color: #F998C9;
}
</style>
border-color css
<style>
span { border-color: #F998C9; }
span { border-color: rgb(249,152,201); }
td.TdClassName
{
border-color: #F998C9;
}
.TagClassName
{
border-color: #F998C9;
}
</style>