Shades of Rose Bud #F69F9C
Tints of Rose Bud #F69F9C
RGB
CMYK
RGB Variations
Color information
#F69F9C (or 0xF69F9C) is known color: Rose Bud. HEX triplet: F6, 9F and 9C. RGB value is (246,159,156). Sum of RGB (Red+Green+Blue) = 246+159+156=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69F9C is #096063. Grayscale: #B8B8B8. Windows color (decimal): -614500 or 10264566. OLE color: 10264566.
HSL color Cylindrical-coordinate representation of color #F69F9C: hue angle of 2º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69F9C is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 156 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.04 |
| HSL | 2º | 0.83% | 0.79% | - |
| HSV(B) | 2º | 0.37% | 0.96% | - |
| XYZ | 56.4 | 46.79 | 37.51 | - |
| YUV | 184.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 156 | 0 | 0.35 | 0.37 | 0.04 | 2 | 0.83 | 0.79 |
| Hex | F6 | 9F | 9C | 0 | 23 | 25 | 4 | 2 | 53 | 4F |
| Octal | 366 | 237 | 234 | 0 | 43 | 45 | 4 | 2 | 123 | 117 |
| Binary | 11110110 | 10011111 | 10011100 | 0 | 100011 | 100101 | 100 | 10 | 1010011 | 1001111 |
Color Harmonies of #F69F9C
Complementary color
Monochromatic Colors of #F69F9C
Black with #F69F9C
Text Example
Text Example
White with #F69F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69F9C; }
p { color: rgb(246,159,156); }
H1.HeaderClassName
{
color: #F69F9C;
}
.AnyTagClassName
{
color: #F69F9C;
}
</style>
background-color css
<style>
a { background-color: #F69F9C; }
a { background-color: rgb(246,159,156); }
div.DivClassName
{
background-color: #F69F9C;
}
.BgClassName
{
background-color: #F69F9C;
}
</style>
border-color css
<style>
span { border-color: #F69F9C; }
span { border-color: rgb(246,159,156); }
td.TdClassName
{
border-color: #F69F9C;
}
.TagClassName
{
border-color: #F69F9C;
}
</style>