Shades of Brilliant Rose #FF679B
Tints of Brilliant Rose #FF679B
RGB
CMYK
RGB Variations
Color information
#FF679B (or 0xFF679B) is known color: Brilliant Rose. HEX triplet: FF, 67 and 9B. RGB value is (255,103,155). Sum of RGB (Red+Green+Blue) = 255+103+155=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF679B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF679B is #009864. Grayscale: #9A9A9A. Windows color (decimal): -39013 or 10184703. OLE color: 10184703.
HSL color Cylindrical-coordinate representation of color #FF679B: hue angle of 339.47º 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 #FF679B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 155 | - |
| CMYK | 0 | 0.60 | 0.39 | 0 |
| HSL | 339.47º | 1% | 0.7% | - |
| HSV(B) | 339.47º | 0.6% | 1% | - |
| XYZ | 52.01 | 33.33 | 34.7 | - |
| YUV | 154.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 155 | 0 | 0.60 | 0.39 | 0 | 339.47 | 1 | 0.7 |
| Hex | FF | 67 | 9B | 0 | 3C | 27 | 0 | 153 | 64 | 46 |
| Octal | 377 | 147 | 233 | 0 | 74 | 47 | 0 | 523 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10011011 | 0 | 111100 | 100111 | 0 | 101010011 | 1100100 | 1000110 |
Color Harmonies of #FF679B
Complementary color
Monochromatic Colors of #FF679B
Black with #FF679B
Text Example
Text Example
White with #FF679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF679B; }
p { color: rgb(255,103,155); }
H1.HeaderClassName
{
color: #FF679B;
}
.AnyTagClassName
{
color: #FF679B;
}
</style>
background-color css
<style>
a { background-color: #FF679B; }
a { background-color: rgb(255,103,155); }
div.DivClassName
{
background-color: #FF679B;
}
.BgClassName
{
background-color: #FF679B;
}
</style>
border-color css
<style>
span { border-color: #FF679B; }
span { border-color: rgb(255,103,155); }
td.TdClassName
{
border-color: #FF679B;
}
.TagClassName
{
border-color: #FF679B;
}
</style>