Shades of Carnation Pink #F59DCC
Tints of Carnation Pink #F59DCC
RGB
CMYK
RGB Variations
Color information
#F59DCC (or 0xF59DCC) is known color: Carnation Pink. HEX triplet: F5, 9D and CC. RGB value is (245,157,204). Sum of RGB (Red+Green+Blue) = 245+157+204=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DCC is #0A6233. Grayscale: #BCBCBC. Windows color (decimal): -680500 or 13409781. OLE color: 13409781.
HSL color Cylindrical-coordinate representation of color #F59DCC: hue angle of 327.95º degrees, saturation: 0.81, 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 #F59DCC is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 204 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.04 |
| HSL | 327.95º | 0.81% | 0.79% | - |
| HSV(B) | 327.95º | 0.36% | 0.96% | - |
| XYZ | 60.61 | 47.89 | 63.18 | - |
| YUV | 188.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 204 | 0 | 0.36 | 0.17 | 0.04 | 327.95 | 0.81 | 0.79 |
| Hex | F5 | 9D | CC | 0 | 24 | 11 | 4 | 148 | 51 | 4F |
| Octal | 365 | 235 | 314 | 0 | 44 | 21 | 4 | 510 | 121 | 117 |
| Binary | 11110101 | 10011101 | 11001100 | 0 | 100100 | 10001 | 100 | 101001000 | 1010001 | 1001111 |
Color Harmonies of #F59DCC
Complementary color
Monochromatic Colors of #F59DCC
Black with #F59DCC
Text Example
Text Example
White with #F59DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DCC; }
p { color: rgb(245,157,204); }
H1.HeaderClassName
{
color: #F59DCC;
}
.AnyTagClassName
{
color: #F59DCC;
}
</style>
background-color css
<style>
a { background-color: #F59DCC; }
a { background-color: rgb(245,157,204); }
div.DivClassName
{
background-color: #F59DCC;
}
.BgClassName
{
background-color: #F59DCC;
}
</style>
border-color css
<style>
span { border-color: #F59DCC; }
span { border-color: rgb(245,157,204); }
td.TdClassName
{
border-color: #F59DCC;
}
.TagClassName
{
border-color: #F59DCC;
}
</style>