Shades of Brilliant Rose #FF6295
Tints of Brilliant Rose #FF6295
RGB
CMYK
RGB Variations
Color information
#FF6295 (or 0xFF6295) is known color: Brilliant Rose. HEX triplet: FF, 62 and 95. RGB value is (255,98,149). Sum of RGB (Red+Green+Blue) = 255+98+149=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6295 is #009D6A. Grayscale: #969696. Windows color (decimal): -40299 or 9790207. OLE color: 9790207.
HSL color Cylindrical-coordinate representation of color #FF6295: hue angle of 340.51º 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 #FF6295 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 149 | - |
| CMYK | 0 | 0.62 | 0.42 | 0 |
| HSL | 340.51º | 1% | 0.69% | - |
| HSV(B) | 340.51º | 0.62% | 1% | - |
| XYZ | 51.03 | 32.17 | 31.95 | - |
| YUV | 150.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 149 | 0 | 0.62 | 0.42 | 0 | 340.51 | 1 | 0.69 |
| Hex | FF | 62 | 95 | 0 | 3E | 2A | 0 | 155 | 64 | 45 |
| Octal | 377 | 142 | 225 | 0 | 76 | 52 | 0 | 525 | 144 | 105 |
| Binary | 11111111 | 1100010 | 10010101 | 0 | 111110 | 101010 | 0 | 101010101 | 1100100 | 1000101 |
Color Harmonies of #FF6295
Complementary color
Monochromatic Colors of #FF6295
Black with #FF6295
Text Example
Text Example
White with #FF6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6295; }
p { color: rgb(255,98,149); }
H1.HeaderClassName
{
color: #FF6295;
}
.AnyTagClassName
{
color: #FF6295;
}
</style>
background-color css
<style>
a { background-color: #FF6295; }
a { background-color: rgb(255,98,149); }
div.DivClassName
{
background-color: #FF6295;
}
.BgClassName
{
background-color: #FF6295;
}
</style>
border-color css
<style>
span { border-color: #FF6295; }
span { border-color: rgb(255,98,149); }
td.TdClassName
{
border-color: #FF6295;
}
.TagClassName
{
border-color: #FF6295;
}
</style>