Shades of Brilliant Rose #FF679A
Tints of Brilliant Rose #FF679A
RGB
CMYK
RGB Variations
Color information
#FF679A (or 0xFF679A) is known color: Brilliant Rose. HEX triplet: FF, 67 and 9A. RGB value is (255,103,154). Sum of RGB (Red+Green+Blue) = 255+103+154=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF679A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF679A is #009865. Grayscale: #9A9A9A. Windows color (decimal): -39014 or 10119167. OLE color: 10119167.
HSL color Cylindrical-coordinate representation of color #FF679A: hue angle of 339.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF679A is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 154 | - |
| CMYK | 0 | 0.60 | 0.40 | 0 |
| HSL | 339.87º | 1% | 0.7% | - |
| HSV(B) | 339.87º | 0.6% | 1% | - |
| XYZ | 51.92 | 33.29 | 34.26 | - |
| YUV | 154.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 154 | 0 | 0.60 | 0.40 | 0 | 339.87 | 1 | 0.7 |
| Hex | FF | 67 | 9A | 0 | 3C | 28 | 0 | 154 | 64 | 46 |
| Octal | 377 | 147 | 232 | 0 | 74 | 50 | 0 | 524 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10011010 | 0 | 111100 | 101000 | 0 | 101010100 | 1100100 | 1000110 |
Color Harmonies of #FF679A
Complementary color
Monochromatic Colors of #FF679A
Black with #FF679A
Text Example
Text Example
White with #FF679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF679A; }
p { color: rgb(255,103,154); }
H1.HeaderClassName
{
color: #FF679A;
}
.AnyTagClassName
{
color: #FF679A;
}
</style>
background-color css
<style>
a { background-color: #FF679A; }
a { background-color: rgb(255,103,154); }
div.DivClassName
{
background-color: #FF679A;
}
.BgClassName
{
background-color: #FF679A;
}
</style>
border-color css
<style>
span { border-color: #FF679A; }
span { border-color: rgb(255,103,154); }
td.TdClassName
{
border-color: #FF679A;
}
.TagClassName
{
border-color: #FF679A;
}
</style>