Shades of Carnation Pink #FF9FC0
Tints of Carnation Pink #FF9FC0
RGB
CMYK
RGB Variations
Color information
#FF9FC0 (or 0xFF9FC0) is known color: Carnation Pink. HEX triplet: FF, 9F and C0. RGB value is (255,159,192). Sum of RGB (Red+Green+Blue) = 255+159+192=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FC0 is #00603F. Grayscale: #BFBFBF. Windows color (decimal): -24640 or 12623871. OLE color: 12623871.
HSL color Cylindrical-coordinate representation of color #FF9FC0: hue angle of 339.38º 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 #FF9FC0 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 192 | - |
| CMYK | 0 | 0.38 | 0.25 | 0 |
| HSL | 339.38º | 1% | 0.81% | - |
| HSV(B) | 339.38º | 0.38% | 1% | - |
| XYZ | 63.15 | 49.86 | 56.17 | - |
| YUV | 191.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 192 | 0 | 0.38 | 0.25 | 0 | 339.38 | 1 | 0.81 |
| Hex | FF | 9F | C0 | 0 | 26 | 19 | 0 | 153 | 64 | 51 |
| Octal | 377 | 237 | 300 | 0 | 46 | 31 | 0 | 523 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11000000 | 0 | 100110 | 11001 | 0 | 101010011 | 1100100 | 1010001 |
Color Harmonies of #FF9FC0
Complementary color
Monochromatic Colors of #FF9FC0
Black with #FF9FC0
Text Example
Text Example
White with #FF9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FC0; }
p { color: rgb(255,159,192); }
H1.HeaderClassName
{
color: #FF9FC0;
}
.AnyTagClassName
{
color: #FF9FC0;
}
</style>
background-color css
<style>
a { background-color: #FF9FC0; }
a { background-color: rgb(255,159,192); }
div.DivClassName
{
background-color: #FF9FC0;
}
.BgClassName
{
background-color: #FF9FC0;
}
</style>
border-color css
<style>
span { border-color: #FF9FC0; }
span { border-color: rgb(255,159,192); }
td.TdClassName
{
border-color: #FF9FC0;
}
.TagClassName
{
border-color: #FF9FC0;
}
</style>