Shades of Brilliant Rose #FF619F
Tints of Brilliant Rose #FF619F
RGB
CMYK
RGB Variations
Color information
#FF619F (or 0xFF619F) is known color: Brilliant Rose. HEX triplet: FF, 61 and 9F. RGB value is (255,97,159). Sum of RGB (Red+Green+Blue) = 255+97+159=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF619F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF619F is #009E60. Grayscale: #979797. Windows color (decimal): -40545 or 10445311. OLE color: 10445311.
HSL color Cylindrical-coordinate representation of color #FF619F: hue angle of 336.46º 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 #FF619F is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 159 | - |
| CMYK | 0 | 0.62 | 0.38 | 0 |
| HSL | 336.46º | 1% | 0.69% | - |
| HSV(B) | 336.46º | 0.62% | 1% | - |
| XYZ | 51.77 | 32.31 | 36.31 | - |
| YUV | 151.31 | 132.35 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 159 | 0 | 0.62 | 0.38 | 0 | 336.46 | 1 | 0.69 |
| Hex | FF | 61 | 9F | 0 | 3E | 26 | 0 | 150 | 64 | 45 |
| Octal | 377 | 141 | 237 | 0 | 76 | 46 | 0 | 520 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10011111 | 0 | 111110 | 100110 | 0 | 101010000 | 1100100 | 1000101 |
Color Harmonies of #FF619F
Complementary color
Monochromatic Colors of #FF619F
Black with #FF619F
Text Example
Text Example
White with #FF619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF619F; }
p { color: rgb(255,97,159); }
H1.HeaderClassName
{
color: #FF619F;
}
.AnyTagClassName
{
color: #FF619F;
}
</style>
background-color css
<style>
a { background-color: #FF619F; }
a { background-color: rgb(255,97,159); }
div.DivClassName
{
background-color: #FF619F;
}
.BgClassName
{
background-color: #FF619F;
}
</style>
border-color css
<style>
span { border-color: #FF619F; }
span { border-color: rgb(255,97,159); }
td.TdClassName
{
border-color: #FF619F;
}
.TagClassName
{
border-color: #FF619F;
}
</style>