Shades of Brilliant Rose #FF619B
Tints of Brilliant Rose #FF619B
RGB
CMYK
RGB Variations
Color information
#FF619B (or 0xFF619B) is known color: Brilliant Rose. HEX triplet: FF, 61 and 9B. RGB value is (255,97,155). Sum of RGB (Red+Green+Blue) = 255+97+155=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF619B is #009E64. Grayscale: #969696. Windows color (decimal): -40549 or 10183167. OLE color: 10183167.
HSL color Cylindrical-coordinate representation of color #FF619B: hue angle of 337.97º 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 #FF619B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 155 | - |
| CMYK | 0 | 0.62 | 0.39 | 0 |
| HSL | 337.97º | 1% | 0.69% | - |
| HSV(B) | 337.97º | 0.62% | 1% | - |
| XYZ | 51.43 | 32.18 | 34.51 | - |
| YUV | 150.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 155 | 0 | 0.62 | 0.39 | 0 | 337.97 | 1 | 0.69 |
| Hex | FF | 61 | 9B | 0 | 3E | 27 | 0 | 152 | 64 | 45 |
| Octal | 377 | 141 | 233 | 0 | 76 | 47 | 0 | 522 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10011011 | 0 | 111110 | 100111 | 0 | 101010010 | 1100100 | 1000101 |
Color Harmonies of #FF619B
Complementary color
Monochromatic Colors of #FF619B
Black with #FF619B
Text Example
Text Example
White with #FF619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF619B; }
p { color: rgb(255,97,155); }
H1.HeaderClassName
{
color: #FF619B;
}
.AnyTagClassName
{
color: #FF619B;
}
</style>
background-color css
<style>
a { background-color: #FF619B; }
a { background-color: rgb(255,97,155); }
div.DivClassName
{
background-color: #FF619B;
}
.BgClassName
{
background-color: #FF619B;
}
</style>
border-color css
<style>
span { border-color: #FF619B; }
span { border-color: rgb(255,97,155); }
td.TdClassName
{
border-color: #FF619B;
}
.TagClassName
{
border-color: #FF619B;
}
</style>