Shades of Carnation Pink #F59BCD
Tints of Carnation Pink #F59BCD
RGB
CMYK
RGB Variations
Color information
#F59BCD (or 0xF59BCD) is known color: Carnation Pink. HEX triplet: F5, 9B and CD. RGB value is (245,155,205). Sum of RGB (Red+Green+Blue) = 245+155+205=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BCD is #0A6432. Grayscale: #BBBBBB. Windows color (decimal): -681011 or 13474805. OLE color: 13474805.
HSL color Cylindrical-coordinate representation of color #F59BCD: hue angle of 326.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BCD is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 205 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.04 |
| HSL | 326.67º | 0.82% | 0.78% | - |
| HSV(B) | 326.67º | 0.37% | 0.96% | - |
| XYZ | 60.4 | 47.26 | 63.7 | - |
| YUV | 187.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 205 | 0 | 0.37 | 0.16 | 0.04 | 326.67 | 0.82 | 0.78 |
| Hex | F5 | 9B | CD | 0 | 25 | 10 | 4 | 147 | 52 | 4E |
| Octal | 365 | 233 | 315 | 0 | 45 | 20 | 4 | 507 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11001101 | 0 | 100101 | 10000 | 100 | 101000111 | 1010010 | 1001110 |
Color Harmonies of #F59BCD
Complementary color
Monochromatic Colors of #F59BCD
Black with #F59BCD
Text Example
Text Example
White with #F59BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BCD; }
p { color: rgb(245,155,205); }
H1.HeaderClassName
{
color: #F59BCD;
}
.AnyTagClassName
{
color: #F59BCD;
}
</style>
background-color css
<style>
a { background-color: #F59BCD; }
a { background-color: rgb(245,155,205); }
div.DivClassName
{
background-color: #F59BCD;
}
.BgClassName
{
background-color: #F59BCD;
}
</style>
border-color css
<style>
span { border-color: #F59BCD; }
span { border-color: rgb(245,155,205); }
td.TdClassName
{
border-color: #F59BCD;
}
.TagClassName
{
border-color: #F59BCD;
}
</style>