Shades of Carnation Pink #FF99CF
Tints of Carnation Pink #FF99CF
RGB
CMYK
RGB Variations
Color information
#FF99CF (or 0xFF99CF) is known color: Carnation Pink. HEX triplet: FF, 99 and CF. RGB value is (255,153,207). Sum of RGB (Red+Green+Blue) = 255+153+207=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99CF is #006630. Grayscale: #BDBDBD. Windows color (decimal): -26161 or 13605375. OLE color: 13605375.
HSL color Cylindrical-coordinate representation of color #FF99CF: hue angle of 328.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99CF is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 207 | - |
| CMYK | 0 | 0.4 | 0.19 | 0 |
| HSL | 328.24º | 1% | 0.8% | - |
| HSV(B) | 328.24º | 0.4% | 1% | - |
| XYZ | 63.89 | 48.55 | 65.03 | - |
| YUV | 189.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 207 | 0 | 0.4 | 0.19 | 0 | 328.24 | 1 | 0.8 |
| Hex | FF | 99 | CF | 0 | 28 | 13 | 0 | 148 | 64 | 50 |
| Octal | 377 | 231 | 317 | 0 | 50 | 23 | 0 | 510 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11001111 | 0 | 101000 | 10011 | 0 | 101001000 | 1100100 | 1010000 |
Color Harmonies of #FF99CF
Complementary color
Monochromatic Colors of #FF99CF
Black with #FF99CF
Text Example
Text Example
White with #FF99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99CF; }
p { color: rgb(255,153,207); }
H1.HeaderClassName
{
color: #FF99CF;
}
.AnyTagClassName
{
color: #FF99CF;
}
</style>
background-color css
<style>
a { background-color: #FF99CF; }
a { background-color: rgb(255,153,207); }
div.DivClassName
{
background-color: #FF99CF;
}
.BgClassName
{
background-color: #FF99CF;
}
</style>
border-color css
<style>
span { border-color: #FF99CF; }
span { border-color: rgb(255,153,207); }
td.TdClassName
{
border-color: #FF99CF;
}
.TagClassName
{
border-color: #FF99CF;
}
</style>