Shades of Rose Bud #F99E99
Tints of Rose Bud #F99E99
RGB
CMYK
RGB Variations
Color information
#F99E99 (or 0xF99E99) is known color: Rose Bud. HEX triplet: F9, 9E and 99. RGB value is (249,158,153). Sum of RGB (Red+Green+Blue) = 249+158+153=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E99 is #066166. Grayscale: #B8B8B8. Windows color (decimal): -418151 or 10067705. OLE color: 10067705.
HSL color Cylindrical-coordinate representation of color #F99E99: hue angle of 3.12º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F99E99 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 153 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.02 |
| HSL | 3.13º | 0.89% | 0.79% | - |
| HSV(B) | 3.13º | 0.39% | 0.98% | - |
| XYZ | 57.04 | 46.89 | 36.18 | - |
| YUV | 184.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 153 | 0 | 0.37 | 0.39 | 0.02 | 3.13 | 0.89 | 0.79 |
| Hex | F9 | 9E | 99 | 0 | 25 | 27 | 2 | 3 | 59 | 4F |
| Octal | 371 | 236 | 231 | 0 | 45 | 47 | 2 | 3 | 131 | 117 |
| Binary | 11111001 | 10011110 | 10011001 | 0 | 100101 | 100111 | 10 | 11 | 1011001 | 1001111 |
Color Harmonies of #F99E99
Complementary color
Monochromatic Colors of #F99E99
Black with #F99E99
Text Example
Text Example
White with #F99E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E99; }
p { color: rgb(249,158,153); }
H1.HeaderClassName
{
color: #F99E99;
}
.AnyTagClassName
{
color: #F99E99;
}
</style>
background-color css
<style>
a { background-color: #F99E99; }
a { background-color: rgb(249,158,153); }
div.DivClassName
{
background-color: #F99E99;
}
.BgClassName
{
background-color: #F99E99;
}
</style>
border-color css
<style>
span { border-color: #F99E99; }
span { border-color: rgb(249,158,153); }
td.TdClassName
{
border-color: #F99E99;
}
.TagClassName
{
border-color: #F99E99;
}
</style>