Shades of Carnation Pink #F59FCD
Tints of Carnation Pink #F59FCD
RGB
CMYK
RGB Variations
Color information
#F59FCD (or 0xF59FCD) is known color: Carnation Pink. HEX triplet: F5, 9F and CD. RGB value is (245,159,205). Sum of RGB (Red+Green+Blue) = 245+159+205=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FCD is #0A6032. Grayscale: #BDBDBD. Windows color (decimal): -679987 or 13475829. OLE color: 13475829.
HSL color Cylindrical-coordinate representation of color #F59FCD: hue angle of 327.91º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FCD is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 205 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.04 |
| HSL | 327.91º | 0.81% | 0.79% | - |
| HSV(B) | 327.91º | 0.35% | 0.96% | - |
| XYZ | 61.07 | 48.62 | 63.92 | - |
| YUV | 189.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 205 | 0 | 0.35 | 0.16 | 0.04 | 327.91 | 0.81 | 0.79 |
| Hex | F5 | 9F | CD | 0 | 23 | 10 | 4 | 148 | 51 | 4F |
| Octal | 365 | 237 | 315 | 0 | 43 | 20 | 4 | 510 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11001101 | 0 | 100011 | 10000 | 100 | 101001000 | 1010001 | 1001111 |
Color Harmonies of #F59FCD
Complementary color
Monochromatic Colors of #F59FCD
Black with #F59FCD
Text Example
Text Example
White with #F59FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FCD; }
p { color: rgb(245,159,205); }
H1.HeaderClassName
{
color: #F59FCD;
}
.AnyTagClassName
{
color: #F59FCD;
}
</style>
background-color css
<style>
a { background-color: #F59FCD; }
a { background-color: rgb(245,159,205); }
div.DivClassName
{
background-color: #F59FCD;
}
.BgClassName
{
background-color: #F59FCD;
}
</style>
border-color css
<style>
span { border-color: #F59FCD; }
span { border-color: rgb(245,159,205); }
td.TdClassName
{
border-color: #F59FCD;
}
.TagClassName
{
border-color: #F59FCD;
}
</style>