Shades of Brilliant Rose #FF619D
Tints of Brilliant Rose #FF619D
RGB
CMYK
RGB Variations
Color information
#FF619D (or 0xFF619D) is known color: Brilliant Rose. HEX triplet: FF, 61 and 9D. RGB value is (255,97,157). Sum of RGB (Red+Green+Blue) = 255+97+157=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF619D is #009E62. Grayscale: #979797. Windows color (decimal): -40547 or 10314239. OLE color: 10314239.
HSL color Cylindrical-coordinate representation of color #FF619D: hue angle of 337.22º 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 #FF619D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 157 | - |
| CMYK | 0 | 0.62 | 0.38 | 0 |
| HSL | 337.22º | 1% | 0.69% | - |
| HSV(B) | 337.22º | 0.62% | 1% | - |
| XYZ | 51.6 | 32.24 | 35.4 | - |
| YUV | 151.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 157 | 0 | 0.62 | 0.38 | 0 | 337.22 | 1 | 0.69 |
| Hex | FF | 61 | 9D | 0 | 3E | 26 | 0 | 151 | 64 | 45 |
| Octal | 377 | 141 | 235 | 0 | 76 | 46 | 0 | 521 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10011101 | 0 | 111110 | 100110 | 0 | 101010001 | 1100100 | 1000101 |
Color Harmonies of #FF619D
Complementary color
Monochromatic Colors of #FF619D
Black with #FF619D
Text Example
Text Example
White with #FF619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF619D; }
p { color: rgb(255,97,157); }
H1.HeaderClassName
{
color: #FF619D;
}
.AnyTagClassName
{
color: #FF619D;
}
</style>
background-color css
<style>
a { background-color: #FF619D; }
a { background-color: rgb(255,97,157); }
div.DivClassName
{
background-color: #FF619D;
}
.BgClassName
{
background-color: #FF619D;
}
</style>
border-color css
<style>
span { border-color: #FF619D; }
span { border-color: rgb(255,97,157); }
td.TdClassName
{
border-color: #FF619D;
}
.TagClassName
{
border-color: #FF619D;
}
</style>