Shades of Carnation Pink #F59FBD
Tints of Carnation Pink #F59FBD
RGB
CMYK
RGB Variations
Color information
#F59FBD (or 0xF59FBD) is known color: Carnation Pink. HEX triplet: F5, 9F and BD. RGB value is (245,159,189). Sum of RGB (Red+Green+Blue) = 245+159+189=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FBD is #0A6042. Grayscale: #BCBCBC. Windows color (decimal): -680003 or 12427253. OLE color: 12427253.
HSL color Cylindrical-coordinate representation of color #F59FBD: hue angle of 339.07º 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 #F59FBD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 189 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.04 |
| HSL | 339.07º | 0.81% | 0.79% | - |
| HSV(B) | 339.07º | 0.35% | 0.96% | - |
| XYZ | 59.24 | 47.88 | 54.26 | - |
| YUV | 188.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 189 | 0 | 0.35 | 0.23 | 0.04 | 339.07 | 0.81 | 0.79 |
| Hex | F5 | 9F | BD | 0 | 23 | 17 | 4 | 153 | 51 | 4F |
| Octal | 365 | 237 | 275 | 0 | 43 | 27 | 4 | 523 | 121 | 117 |
| Binary | 11110101 | 10011111 | 10111101 | 0 | 100011 | 10111 | 100 | 101010011 | 1010001 | 1001111 |
Color Harmonies of #F59FBD
Complementary color
Monochromatic Colors of #F59FBD
Black with #F59FBD
Text Example
Text Example
White with #F59FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FBD; }
p { color: rgb(245,159,189); }
H1.HeaderClassName
{
color: #F59FBD;
}
.AnyTagClassName
{
color: #F59FBD;
}
</style>
background-color css
<style>
a { background-color: #F59FBD; }
a { background-color: rgb(245,159,189); }
div.DivClassName
{
background-color: #F59FBD;
}
.BgClassName
{
background-color: #F59FBD;
}
</style>
border-color css
<style>
span { border-color: #F59FBD; }
span { border-color: rgb(245,159,189); }
td.TdClassName
{
border-color: #F59FBD;
}
.TagClassName
{
border-color: #F59FBD;
}
</style>