Shades of Rose Bud #F99E9C
Tints of Rose Bud #F99E9C
RGB
CMYK
RGB Variations
Color information
#F99E9C (or 0xF99E9C) is known color: Rose Bud. HEX triplet: F9, 9E and 9C. RGB value is (249,158,156). Sum of RGB (Red+Green+Blue) = 249+158+156=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E9C is #066163. Grayscale: #B9B9B9. Windows color (decimal): -418148 or 10264313. OLE color: 10264313.
HSL color Cylindrical-coordinate representation of color #F99E9C: hue angle of 1.29º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99E9C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 156 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.02 |
| HSL | 1.29º | 0.89% | 0.79% | - |
| HSV(B) | 1.29º | 0.37% | 0.98% | - |
| XYZ | 57.29 | 46.99 | 37.5 | - |
| YUV | 184.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 156 | 0 | 0.37 | 0.37 | 0.02 | 1.29 | 0.89 | 0.79 |
| Hex | F9 | 9E | 9C | 0 | 25 | 25 | 2 | 1 | 59 | 4F |
| Octal | 371 | 236 | 234 | 0 | 45 | 45 | 2 | 1 | 131 | 117 |
| Binary | 11111001 | 10011110 | 10011100 | 0 | 100101 | 100101 | 10 | 1 | 1011001 | 1001111 |
Color Harmonies of #F99E9C
Complementary color
Monochromatic Colors of #F99E9C
Black with #F99E9C
Text Example
Text Example
White with #F99E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E9C; }
p { color: rgb(249,158,156); }
H1.HeaderClassName
{
color: #F99E9C;
}
.AnyTagClassName
{
color: #F99E9C;
}
</style>
background-color css
<style>
a { background-color: #F99E9C; }
a { background-color: rgb(249,158,156); }
div.DivClassName
{
background-color: #F99E9C;
}
.BgClassName
{
background-color: #F99E9C;
}
</style>
border-color css
<style>
span { border-color: #F99E9C; }
span { border-color: rgb(249,158,156); }
td.TdClassName
{
border-color: #F99E9C;
}
.TagClassName
{
border-color: #F99E9C;
}
</style>