Shades of Carnation Pink #FF9FC1
Tints of Carnation Pink #FF9FC1
RGB
CMYK
RGB Variations
Color information
#FF9FC1 (or 0xFF9FC1) is known color: Carnation Pink. HEX triplet: FF, 9F and C1. RGB value is (255,159,193). Sum of RGB (Red+Green+Blue) = 255+159+193=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FC1 is #00603E. Grayscale: #BFBFBF. Windows color (decimal): -24639 or 12689407. OLE color: 12689407.
HSL color Cylindrical-coordinate representation of color #FF9FC1: hue angle of 338.75º 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 #FF9FC1 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 193 | - |
| CMYK | 0 | 0.38 | 0.24 | 0 |
| HSL | 338.75º | 1% | 0.81% | - |
| HSV(B) | 338.75º | 0.38% | 1% | - |
| XYZ | 63.26 | 49.91 | 56.75 | - |
| YUV | 191.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 193 | 0 | 0.38 | 0.24 | 0 | 338.75 | 1 | 0.81 |
| Hex | FF | 9F | C1 | 0 | 26 | 18 | 0 | 153 | 64 | 51 |
| Octal | 377 | 237 | 301 | 0 | 46 | 30 | 0 | 523 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11000001 | 0 | 100110 | 11000 | 0 | 101010011 | 1100100 | 1010001 |
Color Harmonies of #FF9FC1
Complementary color
Monochromatic Colors of #FF9FC1
Black with #FF9FC1
Text Example
Text Example
White with #FF9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FC1; }
p { color: rgb(255,159,193); }
H1.HeaderClassName
{
color: #FF9FC1;
}
.AnyTagClassName
{
color: #FF9FC1;
}
</style>
background-color css
<style>
a { background-color: #FF9FC1; }
a { background-color: rgb(255,159,193); }
div.DivClassName
{
background-color: #FF9FC1;
}
.BgClassName
{
background-color: #FF9FC1;
}
</style>
border-color css
<style>
span { border-color: #FF9FC1; }
span { border-color: rgb(255,159,193); }
td.TdClassName
{
border-color: #FF9FC1;
}
.TagClassName
{
border-color: #FF9FC1;
}
</style>