Shades of Rose Bud #F99C9C
Tints of Rose Bud #F99C9C
RGB
CMYK
RGB Variations
Color information
#F99C9C (or 0xF99C9C) is known color: Rose Bud. HEX triplet: F9, 9C and 9C. RGB value is (249,156,156). Sum of RGB (Red+Green+Blue) = 249+156+156=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99C9C is #066363. Grayscale: #B7B7B7. Windows color (decimal): -418660 or 10263801. OLE color: 10263801.
HSL color Cylindrical-coordinate representation of color #F99C9C: hue angle of 0º 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 #F99C9C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 156 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.02 |
| HSL | 0º | 0.89% | 0.79% | - |
| HSV(B) | 0º | 0.37% | 0.98% | - |
| XYZ | 56.96 | 46.32 | 37.39 | - |
| YUV | 183.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 156 | 0 | 0.37 | 0.37 | 0.02 | 0 | 0.89 | 0.79 |
| Hex | F9 | 9C | 9C | 0 | 25 | 25 | 2 | 0 | 59 | 4F |
| Octal | 371 | 234 | 234 | 0 | 45 | 45 | 2 | 0 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10011100 | 0 | 100101 | 100101 | 10 | 0 | 1011001 | 1001111 |
Color Harmonies of #F99C9C
Complementary color
Monochromatic Colors of #F99C9C
Black with #F99C9C
Text Example
Text Example
White with #F99C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C9C; }
p { color: rgb(249,156,156); }
H1.HeaderClassName
{
color: #F99C9C;
}
.AnyTagClassName
{
color: #F99C9C;
}
</style>
background-color css
<style>
a { background-color: #F99C9C; }
a { background-color: rgb(249,156,156); }
div.DivClassName
{
background-color: #F99C9C;
}
.BgClassName
{
background-color: #F99C9C;
}
</style>
border-color css
<style>
span { border-color: #F99C9C; }
span { border-color: rgb(249,156,156); }
td.TdClassName
{
border-color: #F99C9C;
}
.TagClassName
{
border-color: #F99C9C;
}
</style>