Shades of Carnation Pink #F59ACE
Tints of Carnation Pink #F59ACE
RGB
CMYK
RGB Variations
Color information
#F59ACE (or 0xF59ACE) is known color: Carnation Pink. HEX triplet: F5, 9A and CE. RGB value is (245,154,206). Sum of RGB (Red+Green+Blue) = 245+154+206=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ACE is #0A6531. Grayscale: #BBBBBB. Windows color (decimal): -681266 or 13540085. OLE color: 13540085.
HSL color Cylindrical-coordinate representation of color #F59ACE: hue angle of 325.71º 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 #F59ACE is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 206 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.04 |
| HSL | 325.71º | 0.82% | 0.78% | - |
| HSV(B) | 325.71º | 0.37% | 0.96% | - |
| XYZ | 60.35 | 46.98 | 64.28 | - |
| YUV | 187.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 206 | 0 | 0.37 | 0.16 | 0.04 | 325.71 | 0.82 | 0.78 |
| Hex | F5 | 9A | CE | 0 | 25 | 10 | 4 | 146 | 52 | 4E |
| Octal | 365 | 232 | 316 | 0 | 45 | 20 | 4 | 506 | 122 | 116 |
| Binary | 11110101 | 10011010 | 11001110 | 0 | 100101 | 10000 | 100 | 101000110 | 1010010 | 1001110 |
Color Harmonies of #F59ACE
Complementary color
Monochromatic Colors of #F59ACE
Black with #F59ACE
Text Example
Text Example
White with #F59ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59ACE; }
p { color: rgb(245,154,206); }
H1.HeaderClassName
{
color: #F59ACE;
}
.AnyTagClassName
{
color: #F59ACE;
}
</style>
background-color css
<style>
a { background-color: #F59ACE; }
a { background-color: rgb(245,154,206); }
div.DivClassName
{
background-color: #F59ACE;
}
.BgClassName
{
background-color: #F59ACE;
}
</style>
border-color css
<style>
span { border-color: #F59ACE; }
span { border-color: rgb(245,154,206); }
td.TdClassName
{
border-color: #F59ACE;
}
.TagClassName
{
border-color: #F59ACE;
}
</style>