Shades of Carnation Pink #FF9FD2
Tints of Carnation Pink #FF9FD2
RGB
CMYK
RGB Variations
Color information
#FF9FD2 (or 0xFF9FD2) is known color: Carnation Pink. HEX triplet: FF, 9F and D2. RGB value is (255,159,210). Sum of RGB (Red+Green+Blue) = 255+159+210=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FD2 is #00602D. Grayscale: #C1C1C1. Windows color (decimal): -24622 or 13803519. OLE color: 13803519.
HSL color Cylindrical-coordinate representation of color #FF9FD2: hue angle of 328.12º 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 #FF9FD2 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 210 | - |
| CMYK | 0 | 0.38 | 0.18 | 0 |
| HSL | 328.13º | 1% | 0.81% | - |
| HSV(B) | 328.13º | 0.38% | 1% | - |
| XYZ | 65.27 | 50.71 | 67.32 | - |
| YUV | 193.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 210 | 0 | 0.38 | 0.18 | 0 | 328.13 | 1 | 0.81 |
| Hex | FF | 9F | D2 | 0 | 26 | 12 | 0 | 148 | 64 | 51 |
| Octal | 377 | 237 | 322 | 0 | 46 | 22 | 0 | 510 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11010010 | 0 | 100110 | 10010 | 0 | 101001000 | 1100100 | 1010001 |
Color Harmonies of #FF9FD2
Complementary color
Monochromatic Colors of #FF9FD2
Black with #FF9FD2
Text Example
Text Example
White with #FF9FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FD2; }
p { color: rgb(255,159,210); }
H1.HeaderClassName
{
color: #FF9FD2;
}
.AnyTagClassName
{
color: #FF9FD2;
}
</style>
background-color css
<style>
a { background-color: #FF9FD2; }
a { background-color: rgb(255,159,210); }
div.DivClassName
{
background-color: #FF9FD2;
}
.BgClassName
{
background-color: #FF9FD2;
}
</style>
border-color css
<style>
span { border-color: #FF9FD2; }
span { border-color: rgb(255,159,210); }
td.TdClassName
{
border-color: #FF9FD2;
}
.TagClassName
{
border-color: #FF9FD2;
}
</style>