Shades of Brilliant Rose #F9679B
Tints of Brilliant Rose #F9679B
RGB
CMYK
RGB Variations
Color information
#F9679B (or 0xF9679B) is known color: Brilliant Rose. HEX triplet: F9, 67 and 9B. RGB value is (249,103,155). Sum of RGB (Red+Green+Blue) = 249+103+155=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9679B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9679B is #069864. Grayscale: #989898. Windows color (decimal): -432229 or 10184697. OLE color: 10184697.
HSL color Cylindrical-coordinate representation of color #F9679B: hue angle of 338.63º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9679B is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 155 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.02 |
| HSL | 338.63º | 0.92% | 0.69% | - |
| HSV(B) | 338.63º | 0.59% | 0.98% | - |
| XYZ | 49.83 | 32.21 | 34.6 | - |
| YUV | 152.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 155 | 0 | 0.59 | 0.38 | 0.02 | 338.63 | 0.92 | 0.69 |
| Hex | F9 | 67 | 9B | 0 | 3B | 26 | 2 | 153 | 5C | 45 |
| Octal | 371 | 147 | 233 | 0 | 73 | 46 | 2 | 523 | 134 | 105 |
| Binary | 11111001 | 1100111 | 10011011 | 0 | 111011 | 100110 | 10 | 101010011 | 1011100 | 1000101 |
Color Harmonies of #F9679B
Complementary color
Monochromatic Colors of #F9679B
Black with #F9679B
Text Example
Text Example
White with #F9679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9679B; }
p { color: rgb(249,103,155); }
H1.HeaderClassName
{
color: #F9679B;
}
.AnyTagClassName
{
color: #F9679B;
}
</style>
background-color css
<style>
a { background-color: #F9679B; }
a { background-color: rgb(249,103,155); }
div.DivClassName
{
background-color: #F9679B;
}
.BgClassName
{
background-color: #F9679B;
}
</style>
border-color css
<style>
span { border-color: #F9679B; }
span { border-color: rgb(249,103,155); }
td.TdClassName
{
border-color: #F9679B;
}
.TagClassName
{
border-color: #F9679B;
}
</style>