Shades of Carnation Pink #FF9FC7
Tints of Carnation Pink #FF9FC7
RGB
CMYK
RGB Variations
Color information
#FF9FC7 (or 0xFF9FC7) is known color: Carnation Pink. HEX triplet: FF, 9F and C7. RGB value is (255,159,199). Sum of RGB (Red+Green+Blue) = 255+159+199=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FC7 is #006038. Grayscale: #C0C0C0. Windows color (decimal): -24633 or 13082623. OLE color: 13082623.
HSL color Cylindrical-coordinate representation of color #FF9FC7: hue angle of 335º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FC7 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 199 | - |
| CMYK | 0 | 0.38 | 0.22 | 0 |
| HSL | 335º | 1% | 0.81% | - |
| HSV(B) | 335º | 0.38% | 1% | - |
| XYZ | 63.95 | 50.18 | 60.35 | - |
| YUV | 192.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 199 | 0 | 0.38 | 0.22 | 0 | 335 | 1 | 0.81 |
| Hex | FF | 9F | C7 | 0 | 26 | 16 | 0 | 14F | 64 | 51 |
| Octal | 377 | 237 | 307 | 0 | 46 | 26 | 0 | 517 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11000111 | 0 | 100110 | 10110 | 0 | 101001111 | 1100100 | 1010001 |
Color Harmonies of #FF9FC7
Complementary color
Monochromatic Colors of #FF9FC7
Black with #FF9FC7
Text Example
Text Example
White with #FF9FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FC7; }
p { color: rgb(255,159,199); }
H1.HeaderClassName
{
color: #FF9FC7;
}
.AnyTagClassName
{
color: #FF9FC7;
}
</style>
background-color css
<style>
a { background-color: #FF9FC7; }
a { background-color: rgb(255,159,199); }
div.DivClassName
{
background-color: #FF9FC7;
}
.BgClassName
{
background-color: #FF9FC7;
}
</style>
border-color css
<style>
span { border-color: #FF9FC7; }
span { border-color: rgb(255,159,199); }
td.TdClassName
{
border-color: #FF9FC7;
}
.TagClassName
{
border-color: #FF9FC7;
}
</style>