Shades of Carnation Pink #F59EC3
Tints of Carnation Pink #F59EC3
RGB
CMYK
RGB Variations
Color information
#F59EC3 (or 0xF59EC3) is known color: Carnation Pink. HEX triplet: F5, 9E and C3. RGB value is (245,158,195). Sum of RGB (Red+Green+Blue) = 245+158+195=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EC3 is #0A613C. Grayscale: #BCBCBC. Windows color (decimal): -680253 or 12820213. OLE color: 12820213.
HSL color Cylindrical-coordinate representation of color #F59EC3: hue angle of 334.48º 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 #F59EC3 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 195 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.04 |
| HSL | 334.48º | 0.81% | 0.79% | - |
| HSV(B) | 334.48º | 0.36% | 0.96% | - |
| XYZ | 59.73 | 47.81 | 57.71 | - |
| YUV | 188.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 195 | 0 | 0.36 | 0.20 | 0.04 | 334.48 | 0.81 | 0.79 |
| Hex | F5 | 9E | C3 | 0 | 24 | 14 | 4 | 14E | 51 | 4F |
| Octal | 365 | 236 | 303 | 0 | 44 | 24 | 4 | 516 | 121 | 117 |
| Binary | 11110101 | 10011110 | 11000011 | 0 | 100100 | 10100 | 100 | 101001110 | 1010001 | 1001111 |
Color Harmonies of #F59EC3
Complementary color
Monochromatic Colors of #F59EC3
Black with #F59EC3
Text Example
Text Example
White with #F59EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59EC3; }
p { color: rgb(245,158,195); }
H1.HeaderClassName
{
color: #F59EC3;
}
.AnyTagClassName
{
color: #F59EC3;
}
</style>
background-color css
<style>
a { background-color: #F59EC3; }
a { background-color: rgb(245,158,195); }
div.DivClassName
{
background-color: #F59EC3;
}
.BgClassName
{
background-color: #F59EC3;
}
</style>
border-color css
<style>
span { border-color: #F59EC3; }
span { border-color: rgb(245,158,195); }
td.TdClassName
{
border-color: #F59EC3;
}
.TagClassName
{
border-color: #F59EC3;
}
</style>