Shades of Brilliant Rose #FF6798
Tints of Brilliant Rose #FF6798
RGB
CMYK
RGB Variations
Color information
#FF6798 (or 0xFF6798) is known color: Brilliant Rose. HEX triplet: FF, 67 and 98. RGB value is (255,103,152). Sum of RGB (Red+Green+Blue) = 255+103+152=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6798 is #009867. Grayscale: #999999. Windows color (decimal): -39016 or 9988095. OLE color: 9988095.
HSL color Cylindrical-coordinate representation of color #FF6798: hue angle of 340.66º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6798 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 152 | - |
| CMYK | 0 | 0.60 | 0.40 | 0 |
| HSL | 340.66º | 1% | 0.7% | - |
| HSV(B) | 340.66º | 0.6% | 1% | - |
| XYZ | 51.76 | 33.23 | 33.39 | - |
| YUV | 154.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 152 | 0 | 0.60 | 0.40 | 0 | 340.66 | 1 | 0.7 |
| Hex | FF | 67 | 98 | 0 | 3C | 28 | 0 | 155 | 64 | 46 |
| Octal | 377 | 147 | 230 | 0 | 74 | 50 | 0 | 525 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10011000 | 0 | 111100 | 101000 | 0 | 101010101 | 1100100 | 1000110 |
Color Harmonies of #FF6798
Complementary color
Monochromatic Colors of #FF6798
Black with #FF6798
Text Example
Text Example
White with #FF6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6798; }
p { color: rgb(255,103,152); }
H1.HeaderClassName
{
color: #FF6798;
}
.AnyTagClassName
{
color: #FF6798;
}
</style>
background-color css
<style>
a { background-color: #FF6798; }
a { background-color: rgb(255,103,152); }
div.DivClassName
{
background-color: #FF6798;
}
.BgClassName
{
background-color: #FF6798;
}
</style>
border-color css
<style>
span { border-color: #FF6798; }
span { border-color: rgb(255,103,152); }
td.TdClassName
{
border-color: #FF6798;
}
.TagClassName
{
border-color: #FF6798;
}
</style>