Shades of Brilliant Rose #FF6498
Tints of Brilliant Rose #FF6498
RGB
CMYK
RGB Variations
Color information
#FF6498 (or 0xFF6498) is known color: Brilliant Rose. HEX triplet: FF, 64 and 98. RGB value is (255,100,152). Sum of RGB (Red+Green+Blue) = 255+100+152=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6498 is #009B67. Grayscale: #989898. Windows color (decimal): -39784 or 9987327. OLE color: 9987327.
HSL color Cylindrical-coordinate representation of color #FF6498: hue angle of 339.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6498 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 152 | - |
| CMYK | 0 | 0.61 | 0.40 | 0 |
| HSL | 339.87º | 1% | 0.7% | - |
| HSV(B) | 339.87º | 0.61% | 1% | - |
| XYZ | 51.46 | 32.64 | 33.29 | - |
| YUV | 152.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 152 | 0 | 0.61 | 0.40 | 0 | 339.87 | 1 | 0.7 |
| Hex | FF | 64 | 98 | 0 | 3D | 28 | 0 | 154 | 64 | 46 |
| Octal | 377 | 144 | 230 | 0 | 75 | 50 | 0 | 524 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10011000 | 0 | 111101 | 101000 | 0 | 101010100 | 1100100 | 1000110 |
Color Harmonies of #FF6498
Complementary color
Monochromatic Colors of #FF6498
Black with #FF6498
Text Example
Text Example
White with #FF6498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6498; }
p { color: rgb(255,100,152); }
H1.HeaderClassName
{
color: #FF6498;
}
.AnyTagClassName
{
color: #FF6498;
}
</style>
background-color css
<style>
a { background-color: #FF6498; }
a { background-color: rgb(255,100,152); }
div.DivClassName
{
background-color: #FF6498;
}
.BgClassName
{
background-color: #FF6498;
}
</style>
border-color css
<style>
span { border-color: #FF6498; }
span { border-color: rgb(255,100,152); }
td.TdClassName
{
border-color: #FF6498;
}
.TagClassName
{
border-color: #FF6498;
}
</style>