Shades of Carnation Pink #F59FC1
Tints of Carnation Pink #F59FC1
RGB
CMYK
RGB Variations
Color information
#F59FC1 (or 0xF59FC1) is known color: Carnation Pink. HEX triplet: F5, 9F and C1. RGB value is (245,159,193). Sum of RGB (Red+Green+Blue) = 245+159+193=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FC1 is #0A603E. Grayscale: #BCBCBC. Windows color (decimal): -679999 or 12689397. OLE color: 12689397.
HSL color Cylindrical-coordinate representation of color #F59FC1: hue angle of 336.28º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FC1 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 193 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.04 |
| HSL | 336.28º | 0.81% | 0.79% | - |
| HSV(B) | 336.28º | 0.35% | 0.96% | - |
| XYZ | 59.68 | 48.06 | 56.58 | - |
| YUV | 188.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 193 | 0 | 0.35 | 0.21 | 0.04 | 336.28 | 0.81 | 0.79 |
| Hex | F5 | 9F | C1 | 0 | 23 | 15 | 4 | 150 | 51 | 4F |
| Octal | 365 | 237 | 301 | 0 | 43 | 25 | 4 | 520 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11000001 | 0 | 100011 | 10101 | 100 | 101010000 | 1010001 | 1001111 |
Color Harmonies of #F59FC1
Complementary color
Monochromatic Colors of #F59FC1
Black with #F59FC1
Text Example
Text Example
White with #F59FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FC1; }
p { color: rgb(245,159,193); }
H1.HeaderClassName
{
color: #F59FC1;
}
.AnyTagClassName
{
color: #F59FC1;
}
</style>
background-color css
<style>
a { background-color: #F59FC1; }
a { background-color: rgb(245,159,193); }
div.DivClassName
{
background-color: #F59FC1;
}
.BgClassName
{
background-color: #F59FC1;
}
</style>
border-color css
<style>
span { border-color: #F59FC1; }
span { border-color: rgb(245,159,193); }
td.TdClassName
{
border-color: #F59FC1;
}
.TagClassName
{
border-color: #F59FC1;
}
</style>