Shades of Carnation Pink #F49DCA
Tints of Carnation Pink #F49DCA
RGB
CMYK
RGB Variations
Color information
#F49DCA (or 0xF49DCA) is known color: Carnation Pink. HEX triplet: F4, 9D and CA. RGB value is (244,157,202). Sum of RGB (Red+Green+Blue) = 244+157+202=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49DCA is #0B6235. Grayscale: #BCBCBC. Windows color (decimal): -746038 or 13278708. OLE color: 13278708.
HSL color Cylindrical-coordinate representation of color #F49DCA: hue angle of 328.97º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DCA is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 202 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.04 |
| HSL | 328.97º | 0.8% | 0.79% | - |
| HSV(B) | 328.97º | 0.36% | 0.96% | - |
| XYZ | 60.03 | 47.61 | 61.9 | - |
| YUV | 188.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 202 | 0 | 0.36 | 0.17 | 0.04 | 328.97 | 0.8 | 0.79 |
| Hex | F4 | 9D | CA | 0 | 24 | 11 | 4 | 149 | 50 | 4F |
| Octal | 364 | 235 | 312 | 0 | 44 | 21 | 4 | 511 | 120 | 117 |
| Binary | 11110100 | 10011101 | 11001010 | 0 | 100100 | 10001 | 100 | 101001001 | 1010000 | 1001111 |
Color Harmonies of #F49DCA
Complementary color
Monochromatic Colors of #F49DCA
Black with #F49DCA
Text Example
Text Example
White with #F49DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49DCA; }
p { color: rgb(244,157,202); }
H1.HeaderClassName
{
color: #F49DCA;
}
.AnyTagClassName
{
color: #F49DCA;
}
</style>
background-color css
<style>
a { background-color: #F49DCA; }
a { background-color: rgb(244,157,202); }
div.DivClassName
{
background-color: #F49DCA;
}
.BgClassName
{
background-color: #F49DCA;
}
</style>
border-color css
<style>
span { border-color: #F49DCA; }
span { border-color: rgb(244,157,202); }
td.TdClassName
{
border-color: #F49DCA;
}
.TagClassName
{
border-color: #F49DCA;
}
</style>