Shades of Brilliant Rose #F9679A
Tints of Brilliant Rose #F9679A
RGB
CMYK
RGB Variations
Color information
#F9679A (or 0xF9679A) is known color: Brilliant Rose. HEX triplet: F9, 67 and 9A. RGB value is (249,103,154). Sum of RGB (Red+Green+Blue) = 249+103+154=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9679A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9679A is #069865. Grayscale: #989898. Windows color (decimal): -432230 or 10119161. OLE color: 10119161.
HSL color Cylindrical-coordinate representation of color #F9679A: hue angle of 339.04º 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 #F9679A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 154 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.02 |
| HSL | 339.04º | 0.92% | 0.69% | - |
| HSV(B) | 339.04º | 0.59% | 0.98% | - |
| XYZ | 49.75 | 32.17 | 34.16 | - |
| YUV | 152.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 154 | 0 | 0.59 | 0.38 | 0.02 | 339.04 | 0.92 | 0.69 |
| Hex | F9 | 67 | 9A | 0 | 3B | 26 | 2 | 153 | 5C | 45 |
| Octal | 371 | 147 | 232 | 0 | 73 | 46 | 2 | 523 | 134 | 105 |
| Binary | 11111001 | 1100111 | 10011010 | 0 | 111011 | 100110 | 10 | 101010011 | 1011100 | 1000101 |
Color Harmonies of #F9679A
Complementary color
Monochromatic Colors of #F9679A
Black with #F9679A
Text Example
Text Example
White with #F9679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9679A; }
p { color: rgb(249,103,154); }
H1.HeaderClassName
{
color: #F9679A;
}
.AnyTagClassName
{
color: #F9679A;
}
</style>
background-color css
<style>
a { background-color: #F9679A; }
a { background-color: rgb(249,103,154); }
div.DivClassName
{
background-color: #F9679A;
}
.BgClassName
{
background-color: #F9679A;
}
</style>
border-color css
<style>
span { border-color: #F9679A; }
span { border-color: rgb(249,103,154); }
td.TdClassName
{
border-color: #F9679A;
}
.TagClassName
{
border-color: #F9679A;
}
</style>