Shades of Brilliant Rose #FF609B
Tints of Brilliant Rose #FF609B
RGB
CMYK
RGB Variations
Color information
#FF609B (or 0xFF609B) is known color: Brilliant Rose. HEX triplet: FF, 60 and 9B. RGB value is (255,96,155). Sum of RGB (Red+Green+Blue) = 255+96+155=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF609B is #009F64. Grayscale: #969696. Windows color (decimal): -40805 or 10182911. OLE color: 10182911.
HSL color Cylindrical-coordinate representation of color #FF609B: hue angle of 337.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF609B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 155 | - |
| CMYK | 0 | 0.62 | 0.39 | 0 |
| HSL | 337.74º | 1% | 0.69% | - |
| HSV(B) | 337.74º | 0.62% | 1% | - |
| XYZ | 51.34 | 31.99 | 34.48 | - |
| YUV | 150.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 155 | 0 | 0.62 | 0.39 | 0 | 337.74 | 1 | 0.69 |
| Hex | FF | 60 | 9B | 0 | 3E | 27 | 0 | 152 | 64 | 45 |
| Octal | 377 | 140 | 233 | 0 | 76 | 47 | 0 | 522 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10011011 | 0 | 111110 | 100111 | 0 | 101010010 | 1100100 | 1000101 |
Color Harmonies of #FF609B
Complementary color
Monochromatic Colors of #FF609B
Black with #FF609B
Text Example
Text Example
White with #FF609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF609B; }
p { color: rgb(255,96,155); }
H1.HeaderClassName
{
color: #FF609B;
}
.AnyTagClassName
{
color: #FF609B;
}
</style>
background-color css
<style>
a { background-color: #FF609B; }
a { background-color: rgb(255,96,155); }
div.DivClassName
{
background-color: #FF609B;
}
.BgClassName
{
background-color: #FF609B;
}
</style>
border-color css
<style>
span { border-color: #FF609B; }
span { border-color: rgb(255,96,155); }
td.TdClassName
{
border-color: #FF609B;
}
.TagClassName
{
border-color: #FF609B;
}
</style>