Shades of Carnation Pink #F997D0
Tints of Carnation Pink #F997D0
RGB
CMYK
RGB Variations
Color information
#F997D0 (or 0xF997D0) is known color: Carnation Pink. HEX triplet: F9, 97 and D0. RGB value is (249,151,208). Sum of RGB (Red+Green+Blue) = 249+151+208=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F997D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997D0 is #06682F. Grayscale: #BABABA. Windows color (decimal): -419888 or 13670393. OLE color: 13670393.
HSL color Cylindrical-coordinate representation of color #F997D0: hue angle of 325.1º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997D0 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 208 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.02 |
| HSL | 325.1º | 0.89% | 0.78% | - |
| HSV(B) | 325.1º | 0.39% | 0.98% | - |
| XYZ | 61.52 | 46.83 | 65.47 | - |
| YUV | 186.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 208 | 0 | 0.39 | 0.16 | 0.02 | 325.1 | 0.89 | 0.78 |
| Hex | F9 | 97 | D0 | 0 | 27 | 10 | 2 | 145 | 59 | 4E |
| Octal | 371 | 227 | 320 | 0 | 47 | 20 | 2 | 505 | 131 | 116 |
| Binary | 11111001 | 10010111 | 11010000 | 0 | 100111 | 10000 | 10 | 101000101 | 1011001 | 1001110 |
Color Harmonies of #F997D0
Complementary color
Monochromatic Colors of #F997D0
Black with #F997D0
Text Example
Text Example
White with #F997D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997D0; }
p { color: rgb(249,151,208); }
H1.HeaderClassName
{
color: #F997D0;
}
.AnyTagClassName
{
color: #F997D0;
}
</style>
background-color css
<style>
a { background-color: #F997D0; }
a { background-color: rgb(249,151,208); }
div.DivClassName
{
background-color: #F997D0;
}
.BgClassName
{
background-color: #F997D0;
}
</style>
border-color css
<style>
span { border-color: #F997D0; }
span { border-color: rgb(249,151,208); }
td.TdClassName
{
border-color: #F997D0;
}
.TagClassName
{
border-color: #F997D0;
}
</style>