Shades of Carnation Pink #F997CA
Tints of Carnation Pink #F997CA
RGB
CMYK
RGB Variations
Color information
#F997CA (or 0xF997CA) is known color: Carnation Pink. HEX triplet: F9, 97 and CA. RGB value is (249,151,202). Sum of RGB (Red+Green+Blue) = 249+151+202=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F997CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997CA is #066835. Grayscale: #BABABA. Windows color (decimal): -419894 or 13277177. OLE color: 13277177.
HSL color Cylindrical-coordinate representation of color #F997CA: hue angle of 328.78º 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 #F997CA is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 202 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.02 |
| HSL | 328.78º | 0.89% | 0.78% | - |
| HSV(B) | 328.78º | 0.39% | 0.98% | - |
| XYZ | 60.79 | 46.54 | 61.66 | - |
| YUV | 186.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 202 | 0 | 0.39 | 0.19 | 0.02 | 328.78 | 0.89 | 0.78 |
| Hex | F9 | 97 | CA | 0 | 27 | 13 | 2 | 149 | 59 | 4E |
| Octal | 371 | 227 | 312 | 0 | 47 | 23 | 2 | 511 | 131 | 116 |
| Binary | 11111001 | 10010111 | 11001010 | 0 | 100111 | 10011 | 10 | 101001001 | 1011001 | 1001110 |
Color Harmonies of #F997CA
Complementary color
Monochromatic Colors of #F997CA
Black with #F997CA
Text Example
Text Example
White with #F997CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997CA; }
p { color: rgb(249,151,202); }
H1.HeaderClassName
{
color: #F997CA;
}
.AnyTagClassName
{
color: #F997CA;
}
</style>
background-color css
<style>
a { background-color: #F997CA; }
a { background-color: rgb(249,151,202); }
div.DivClassName
{
background-color: #F997CA;
}
.BgClassName
{
background-color: #F997CA;
}
</style>
border-color css
<style>
span { border-color: #F997CA; }
span { border-color: rgb(249,151,202); }
td.TdClassName
{
border-color: #F997CA;
}
.TagClassName
{
border-color: #F997CA;
}
</style>