Shades of Carnation Pink #F59EC1
Tints of Carnation Pink #F59EC1
RGB
CMYK
RGB Variations
Color information
#F59EC1 (or 0xF59EC1) is known color: Carnation Pink. HEX triplet: F5, 9E and C1. RGB value is (245,158,193). Sum of RGB (Red+Green+Blue) = 245+158+193=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EC1 is #0A613E. Grayscale: #BBBBBB. Windows color (decimal): -680255 or 12689141. OLE color: 12689141.
HSL color Cylindrical-coordinate representation of color #F59EC1: hue angle of 335.86º 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 #F59EC1 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 193 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.04 |
| HSL | 335.86º | 0.81% | 0.79% | - |
| HSV(B) | 335.86º | 0.36% | 0.96% | - |
| XYZ | 59.51 | 47.72 | 56.53 | - |
| YUV | 188 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 193 | 0 | 0.36 | 0.21 | 0.04 | 335.86 | 0.81 | 0.79 |
| Hex | F5 | 9E | C1 | 0 | 24 | 15 | 4 | 150 | 51 | 4F |
| Octal | 365 | 236 | 301 | 0 | 44 | 25 | 4 | 520 | 121 | 117 |
| Binary | 11110101 | 10011110 | 11000001 | 0 | 100100 | 10101 | 100 | 101010000 | 1010001 | 1001111 |
Color Harmonies of #F59EC1
Complementary color
Monochromatic Colors of #F59EC1
Black with #F59EC1
Text Example
Text Example
White with #F59EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59EC1; }
p { color: rgb(245,158,193); }
H1.HeaderClassName
{
color: #F59EC1;
}
.AnyTagClassName
{
color: #F59EC1;
}
</style>
background-color css
<style>
a { background-color: #F59EC1; }
a { background-color: rgb(245,158,193); }
div.DivClassName
{
background-color: #F59EC1;
}
.BgClassName
{
background-color: #F59EC1;
}
</style>
border-color css
<style>
span { border-color: #F59EC1; }
span { border-color: rgb(245,158,193); }
td.TdClassName
{
border-color: #F59EC1;
}
.TagClassName
{
border-color: #F59EC1;
}
</style>