Shades of Brilliant Rose #FF6198
Tints of Brilliant Rose #FF6198
RGB
CMYK
RGB Variations
Color information
#FF6198 (or 0xFF6198) is known color: Brilliant Rose. HEX triplet: FF, 61 and 98. RGB value is (255,97,152). Sum of RGB (Red+Green+Blue) = 255+97+152=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6198 is #009E67. Grayscale: #969696. Windows color (decimal): -40552 or 9986559. OLE color: 9986559.
HSL color Cylindrical-coordinate representation of color #FF6198: hue angle of 339.11º 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 #FF6198 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 152 | - |
| CMYK | 0 | 0.62 | 0.40 | 0 |
| HSL | 339.11º | 1% | 0.69% | - |
| HSV(B) | 339.11º | 0.62% | 1% | - |
| XYZ | 51.18 | 32.08 | 33.2 | - |
| YUV | 150.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 152 | 0 | 0.62 | 0.40 | 0 | 339.11 | 1 | 0.69 |
| Hex | FF | 61 | 98 | 0 | 3E | 28 | 0 | 153 | 64 | 45 |
| Octal | 377 | 141 | 230 | 0 | 76 | 50 | 0 | 523 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10011000 | 0 | 111110 | 101000 | 0 | 101010011 | 1100100 | 1000101 |
Color Harmonies of #FF6198
Complementary color
Monochromatic Colors of #FF6198
Black with #FF6198
Text Example
Text Example
White with #FF6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6198; }
p { color: rgb(255,97,152); }
H1.HeaderClassName
{
color: #FF6198;
}
.AnyTagClassName
{
color: #FF6198;
}
</style>
background-color css
<style>
a { background-color: #FF6198; }
a { background-color: rgb(255,97,152); }
div.DivClassName
{
background-color: #FF6198;
}
.BgClassName
{
background-color: #FF6198;
}
</style>
border-color css
<style>
span { border-color: #FF6198; }
span { border-color: rgb(255,97,152); }
td.TdClassName
{
border-color: #FF6198;
}
.TagClassName
{
border-color: #FF6198;
}
</style>