Shades of Carnation Pink #F997C3
Tints of Carnation Pink #F997C3
RGB
CMYK
RGB Variations
Color information
#F997C3 (or 0xF997C3) is known color: Carnation Pink. HEX triplet: F9, 97 and C3. RGB value is (249,151,195). Sum of RGB (Red+Green+Blue) = 249+151+195=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F997C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997C3 is #06683C. Grayscale: #B9B9B9. Windows color (decimal): -419901 or 12818425. OLE color: 12818425.
HSL color Cylindrical-coordinate representation of color #F997C3: hue angle of 333.06º 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 #F997C3 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 195 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.02 |
| HSL | 333.06º | 0.89% | 0.78% | - |
| HSV(B) | 333.06º | 0.39% | 0.98% | - |
| XYZ | 59.98 | 46.21 | 57.39 | - |
| YUV | 185.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 195 | 0 | 0.39 | 0.22 | 0.02 | 333.06 | 0.89 | 0.78 |
| Hex | F9 | 97 | C3 | 0 | 27 | 16 | 2 | 14D | 59 | 4E |
| Octal | 371 | 227 | 303 | 0 | 47 | 26 | 2 | 515 | 131 | 116 |
| Binary | 11111001 | 10010111 | 11000011 | 0 | 100111 | 10110 | 10 | 101001101 | 1011001 | 1001110 |
Color Harmonies of #F997C3
Complementary color
Monochromatic Colors of #F997C3
Black with #F997C3
Text Example
Text Example
White with #F997C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997C3; }
p { color: rgb(249,151,195); }
H1.HeaderClassName
{
color: #F997C3;
}
.AnyTagClassName
{
color: #F997C3;
}
</style>
background-color css
<style>
a { background-color: #F997C3; }
a { background-color: rgb(249,151,195); }
div.DivClassName
{
background-color: #F997C3;
}
.BgClassName
{
background-color: #F997C3;
}
</style>
border-color css
<style>
span { border-color: #F997C3; }
span { border-color: rgb(249,151,195); }
td.TdClassName
{
border-color: #F997C3;
}
.TagClassName
{
border-color: #F997C3;
}
</style>