Shades of Carnation Pink #F59ACF
Tints of Carnation Pink #F59ACF
RGB
CMYK
RGB Variations
Color information
#F59ACF (or 0xF59ACF) is known color: Carnation Pink. HEX triplet: F5, 9A and CF. RGB value is (245,154,207). Sum of RGB (Red+Green+Blue) = 245+154+207=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ACF is #0A6530. Grayscale: #BBBBBB. Windows color (decimal): -681265 or 13605621. OLE color: 13605621.
HSL color Cylindrical-coordinate representation of color #F59ACF: hue angle of 325.05º 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 #F59ACF is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 207 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.04 |
| HSL | 325.05º | 0.82% | 0.78% | - |
| HSV(B) | 325.05º | 0.37% | 0.96% | - |
| XYZ | 60.47 | 47.03 | 64.92 | - |
| YUV | 187.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 207 | 0 | 0.37 | 0.16 | 0.04 | 325.05 | 0.82 | 0.78 |
| Hex | F5 | 9A | CF | 0 | 25 | 10 | 4 | 145 | 52 | 4E |
| Octal | 365 | 232 | 317 | 0 | 45 | 20 | 4 | 505 | 122 | 116 |
| Binary | 11110101 | 10011010 | 11001111 | 0 | 100101 | 10000 | 100 | 101000101 | 1010010 | 1001110 |
Color Harmonies of #F59ACF
Complementary color
Monochromatic Colors of #F59ACF
Black with #F59ACF
Text Example
Text Example
White with #F59ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59ACF; }
p { color: rgb(245,154,207); }
H1.HeaderClassName
{
color: #F59ACF;
}
.AnyTagClassName
{
color: #F59ACF;
}
</style>
background-color css
<style>
a { background-color: #F59ACF; }
a { background-color: rgb(245,154,207); }
div.DivClassName
{
background-color: #F59ACF;
}
.BgClassName
{
background-color: #F59ACF;
}
</style>
border-color css
<style>
span { border-color: #F59ACF; }
span { border-color: rgb(245,154,207); }
td.TdClassName
{
border-color: #F59ACF;
}
.TagClassName
{
border-color: #F59ACF;
}
</style>