Shades of Carnation Pink #F59CCC
Tints of Carnation Pink #F59CCC
RGB
CMYK
RGB Variations
Color information
#F59CCC (or 0xF59CCC) is known color: Carnation Pink. HEX triplet: F5, 9C and CC. RGB value is (245,156,204). Sum of RGB (Red+Green+Blue) = 245+156+204=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CCC is #0A6333. Grayscale: #BBBBBB. Windows color (decimal): -680756 or 13409525. OLE color: 13409525.
HSL color Cylindrical-coordinate representation of color #F59CCC: hue angle of 327.64º degrees, saturation: 0.82, 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 #F59CCC is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 204 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.04 |
| HSL | 327.64º | 0.82% | 0.79% | - |
| HSV(B) | 327.64º | 0.36% | 0.96% | - |
| XYZ | 60.44 | 47.55 | 63.12 | - |
| YUV | 188.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 204 | 0 | 0.36 | 0.17 | 0.04 | 327.64 | 0.82 | 0.79 |
| Hex | F5 | 9C | CC | 0 | 24 | 11 | 4 | 148 | 52 | 4F |
| Octal | 365 | 234 | 314 | 0 | 44 | 21 | 4 | 510 | 122 | 117 |
| Binary | 11110101 | 10011100 | 11001100 | 0 | 100100 | 10001 | 100 | 101001000 | 1010010 | 1001111 |
Color Harmonies of #F59CCC
Complementary color
Monochromatic Colors of #F59CCC
Black with #F59CCC
Text Example
Text Example
White with #F59CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CCC; }
p { color: rgb(245,156,204); }
H1.HeaderClassName
{
color: #F59CCC;
}
.AnyTagClassName
{
color: #F59CCC;
}
</style>
background-color css
<style>
a { background-color: #F59CCC; }
a { background-color: rgb(245,156,204); }
div.DivClassName
{
background-color: #F59CCC;
}
.BgClassName
{
background-color: #F59CCC;
}
</style>
border-color css
<style>
span { border-color: #F59CCC; }
span { border-color: rgb(245,156,204); }
td.TdClassName
{
border-color: #F59CCC;
}
.TagClassName
{
border-color: #F59CCC;
}
</style>