Shades of Brilliant Rose #FF6199
Tints of Brilliant Rose #FF6199
RGB
CMYK
RGB Variations
Color information
#FF6199 (or 0xFF6199) is known color: Brilliant Rose. HEX triplet: FF, 61 and 99. RGB value is (255,97,153). Sum of RGB (Red+Green+Blue) = 255+97+153=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6199 is #009E66. Grayscale: #969696. Windows color (decimal): -40551 or 10052095. OLE color: 10052095.
HSL color Cylindrical-coordinate representation of color #FF6199: hue angle of 338.73º 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 #FF6199 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 153 | - |
| CMYK | 0 | 0.62 | 0.4 | 0 |
| HSL | 338.73º | 1% | 0.69% | - |
| HSV(B) | 338.73º | 0.62% | 1% | - |
| XYZ | 51.26 | 32.11 | 33.63 | - |
| YUV | 150.63 | 129.35 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 153 | 0 | 0.62 | 0.4 | 0 | 338.73 | 1 | 0.69 |
| Hex | FF | 61 | 99 | 0 | 3E | 28 | 0 | 153 | 64 | 45 |
| Octal | 377 | 141 | 231 | 0 | 76 | 50 | 0 | 523 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10011001 | 0 | 111110 | 101000 | 0 | 101010011 | 1100100 | 1000101 |
Color Harmonies of #FF6199
Complementary color
Monochromatic Colors of #FF6199
Black with #FF6199
Text Example
Text Example
White with #FF6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6199; }
p { color: rgb(255,97,153); }
H1.HeaderClassName
{
color: #FF6199;
}
.AnyTagClassName
{
color: #FF6199;
}
</style>
background-color css
<style>
a { background-color: #FF6199; }
a { background-color: rgb(255,97,153); }
div.DivClassName
{
background-color: #FF6199;
}
.BgClassName
{
background-color: #FF6199;
}
</style>
border-color css
<style>
span { border-color: #FF6199; }
span { border-color: rgb(255,97,153); }
td.TdClassName
{
border-color: #FF6199;
}
.TagClassName
{
border-color: #FF6199;
}
</style>