Shades of Carnation Pink #FF99BF
Tints of Carnation Pink #FF99BF
RGB
CMYK
RGB Variations
Color information
#FF99BF (or 0xFF99BF) is known color: Carnation Pink. HEX triplet: FF, 99 and BF. RGB value is (255,153,191). Sum of RGB (Red+Green+Blue) = 255+153+191=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99BF is #006640. Grayscale: #BBBBBB. Windows color (decimal): -26177 or 12556799. OLE color: 12556799.
HSL color Cylindrical-coordinate representation of color #FF99BF: hue angle of 337.65º 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 #FF99BF is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 191 | - |
| CMYK | 0 | 0.4 | 0.25 | 0 |
| HSL | 337.65º | 1% | 0.8% | - |
| HSV(B) | 337.65º | 0.4% | 1% | - |
| XYZ | 62.04 | 47.8 | 55.25 | - |
| YUV | 187.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 191 | 0 | 0.4 | 0.25 | 0 | 337.65 | 1 | 0.8 |
| Hex | FF | 99 | BF | 0 | 28 | 19 | 0 | 152 | 64 | 50 |
| Octal | 377 | 231 | 277 | 0 | 50 | 31 | 0 | 522 | 144 | 120 |
| Binary | 11111111 | 10011001 | 10111111 | 0 | 101000 | 11001 | 0 | 101010010 | 1100100 | 1010000 |
Color Harmonies of #FF99BF
Complementary color
Monochromatic Colors of #FF99BF
Black with #FF99BF
Text Example
Text Example
White with #FF99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99BF; }
p { color: rgb(255,153,191); }
H1.HeaderClassName
{
color: #FF99BF;
}
.AnyTagClassName
{
color: #FF99BF;
}
</style>
background-color css
<style>
a { background-color: #FF99BF; }
a { background-color: rgb(255,153,191); }
div.DivClassName
{
background-color: #FF99BF;
}
.BgClassName
{
background-color: #FF99BF;
}
</style>
border-color css
<style>
span { border-color: #FF99BF; }
span { border-color: rgb(255,153,191); }
td.TdClassName
{
border-color: #FF99BF;
}
.TagClassName
{
border-color: #FF99BF;
}
</style>