Shades of Carnation Pink #F59ECC
Tints of Carnation Pink #F59ECC
RGB
CMYK
RGB Variations
Color information
#F59ECC (or 0xF59ECC) is known color: Carnation Pink. HEX triplet: F5, 9E and CC. RGB value is (245,158,204). Sum of RGB (Red+Green+Blue) = 245+158+204=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ECC is #0A6133. Grayscale: #BDBDBD. Windows color (decimal): -680244 or 13410037. OLE color: 13410037.
HSL color Cylindrical-coordinate representation of color #F59ECC: hue angle of 328.28º 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 #F59ECC is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 204 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.04 |
| HSL | 328.28º | 0.81% | 0.79% | - |
| HSV(B) | 328.28º | 0.36% | 0.96% | - |
| XYZ | 60.78 | 48.23 | 63.23 | - |
| YUV | 189.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 204 | 0 | 0.36 | 0.17 | 0.04 | 328.28 | 0.81 | 0.79 |
| Hex | F5 | 9E | CC | 0 | 24 | 11 | 4 | 148 | 51 | 4F |
| Octal | 365 | 236 | 314 | 0 | 44 | 21 | 4 | 510 | 121 | 117 |
| Binary | 11110101 | 10011110 | 11001100 | 0 | 100100 | 10001 | 100 | 101001000 | 1010001 | 1001111 |
Color Harmonies of #F59ECC
Complementary color
Monochromatic Colors of #F59ECC
Black with #F59ECC
Text Example
Text Example
White with #F59ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59ECC; }
p { color: rgb(245,158,204); }
H1.HeaderClassName
{
color: #F59ECC;
}
.AnyTagClassName
{
color: #F59ECC;
}
</style>
background-color css
<style>
a { background-color: #F59ECC; }
a { background-color: rgb(245,158,204); }
div.DivClassName
{
background-color: #F59ECC;
}
.BgClassName
{
background-color: #F59ECC;
}
</style>
border-color css
<style>
span { border-color: #F59ECC; }
span { border-color: rgb(245,158,204); }
td.TdClassName
{
border-color: #F59ECC;
}
.TagClassName
{
border-color: #F59ECC;
}
</style>