Shades of Brilliant Rose #FF6395
Tints of Brilliant Rose #FF6395
RGB
CMYK
RGB Variations
Color information
#FF6395 (or 0xFF6395) is known color: Brilliant Rose. HEX triplet: FF, 63 and 95. RGB value is (255,99,149). Sum of RGB (Red+Green+Blue) = 255+99+149=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6395 is #009C6A. Grayscale: #979797. Windows color (decimal): -40043 or 9790463. OLE color: 9790463.
HSL color Cylindrical-coordinate representation of color #FF6395: hue angle of 340.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6395 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 149 | - |
| CMYK | 0 | 0.61 | 0.42 | 0 |
| HSL | 340.77º | 1% | 0.69% | - |
| HSV(B) | 340.77º | 0.61% | 1% | - |
| XYZ | 51.13 | 32.35 | 31.98 | - |
| YUV | 151.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 149 | 0 | 0.61 | 0.42 | 0 | 340.77 | 1 | 0.69 |
| Hex | FF | 63 | 95 | 0 | 3D | 2A | 0 | 155 | 64 | 45 |
| Octal | 377 | 143 | 225 | 0 | 75 | 52 | 0 | 525 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10010101 | 0 | 111101 | 101010 | 0 | 101010101 | 1100100 | 1000101 |
Color Harmonies of #FF6395
Complementary color
Monochromatic Colors of #FF6395
Black with #FF6395
Text Example
Text Example
White with #FF6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6395; }
p { color: rgb(255,99,149); }
H1.HeaderClassName
{
color: #FF6395;
}
.AnyTagClassName
{
color: #FF6395;
}
</style>
background-color css
<style>
a { background-color: #FF6395; }
a { background-color: rgb(255,99,149); }
div.DivClassName
{
background-color: #FF6395;
}
.BgClassName
{
background-color: #FF6395;
}
</style>
border-color css
<style>
span { border-color: #FF6395; }
span { border-color: rgb(255,99,149); }
td.TdClassName
{
border-color: #FF6395;
}
.TagClassName
{
border-color: #FF6395;
}
</style>