Shades of Brilliant Rose #FF619C
Tints of Brilliant Rose #FF619C
RGB
CMYK
RGB Variations
Color information
#FF619C (or 0xFF619C) is known color: Brilliant Rose. HEX triplet: FF, 61 and 9C. RGB value is (255,97,156). Sum of RGB (Red+Green+Blue) = 255+97+156=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF619C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF619C is #009E63. Grayscale: #969696. Windows color (decimal): -40548 or 10248703. OLE color: 10248703.
HSL color Cylindrical-coordinate representation of color #FF619C: hue angle of 337.59º 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 #FF619C is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 156 | - |
| CMYK | 0 | 0.62 | 0.39 | 0 |
| HSL | 337.59º | 1% | 0.69% | - |
| HSV(B) | 337.59º | 0.62% | 1% | - |
| XYZ | 51.52 | 32.21 | 34.95 | - |
| YUV | 150.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 156 | 0 | 0.62 | 0.39 | 0 | 337.59 | 1 | 0.69 |
| Hex | FF | 61 | 9C | 0 | 3E | 27 | 0 | 152 | 64 | 45 |
| Octal | 377 | 141 | 234 | 0 | 76 | 47 | 0 | 522 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10011100 | 0 | 111110 | 100111 | 0 | 101010010 | 1100100 | 1000101 |
Color Harmonies of #FF619C
Complementary color
Monochromatic Colors of #FF619C
Black with #FF619C
Text Example
Text Example
White with #FF619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF619C; }
p { color: rgb(255,97,156); }
H1.HeaderClassName
{
color: #FF619C;
}
.AnyTagClassName
{
color: #FF619C;
}
</style>
background-color css
<style>
a { background-color: #FF619C; }
a { background-color: rgb(255,97,156); }
div.DivClassName
{
background-color: #FF619C;
}
.BgClassName
{
background-color: #FF619C;
}
</style>
border-color css
<style>
span { border-color: #FF619C; }
span { border-color: rgb(255,97,156); }
td.TdClassName
{
border-color: #FF619C;
}
.TagClassName
{
border-color: #FF619C;
}
</style>