Shades of Rose Bud #F99E9B
Tints of Rose Bud #F99E9B
RGB
CMYK
RGB Variations
Color information
#F99E9B (or 0xF99E9B) is known color: Rose Bud. HEX triplet: F9, 9E and 9B. RGB value is (249,158,155). Sum of RGB (Red+Green+Blue) = 249+158+155=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E9B is #066164. Grayscale: #B8B8B8. Windows color (decimal): -418149 or 10198777. OLE color: 10198777.
HSL color Cylindrical-coordinate representation of color #F99E9B: hue angle of 1.91º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99E9B is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 158 | 155 | - |
CMYK | 0 | 0.37 | 0.38 | 0.02 |
HSL | 1.91º | 0.89% | 0.79% | - |
HSV(B) | 1.91º | 0.38% | 0.98% | - |
XYZ | 57.21 | 46.96 | 37.06 | - |
YUV | 184.87 | 111.15 | 173.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 158 | 155 | 0 | 0.37 | 0.38 | 0.02 | 1.91 | 0.89 | 0.79 |
Hex | F9 | 9E | 9B | 0 | 25 | 26 | 2 | 2 | 59 | 4F |
Octal | 371 | 236 | 233 | 0 | 45 | 46 | 2 | 2 | 131 | 117 |
Binary | 11111001 | 10011110 | 10011011 | 0 | 100101 | 100110 | 10 | 10 | 1011001 | 1001111 |
Color Harmonies of #F99E9B
Complementary color
Monochromatic Colors of #F99E9B
Black with #F99E9B
Text Example
Text Example
White with #F99E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E9B; }
p { color: rgb(249,158,155); }
H1.HeaderClassName
{
color: #F99E9B;
}
.AnyTagClassName
{
color: #F99E9B;
}
</style>
background-color css
<style>
a { background-color: #F99E9B; }
a { background-color: rgb(249,158,155); }
div.DivClassName
{
background-color: #F99E9B;
}
.BgClassName
{
background-color: #F99E9B;
}
</style>
border-color css
<style>
span { border-color: #F99E9B; }
span { border-color: rgb(249,158,155); }
td.TdClassName
{
border-color: #F99E9B;
}
.TagClassName
{
border-color: #F99E9B;
}
</style>