Shades of Brilliant Rose #FF6396
Tints of Brilliant Rose #FF6396
RGB
CMYK
RGB Variations
Color information
#FF6396 (or 0xFF6396) is known color: Brilliant Rose. HEX triplet: FF, 63 and 96. RGB value is (255,99,150). Sum of RGB (Red+Green+Blue) = 255+99+150=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6396 is #009C69. Grayscale: #979797. Windows color (decimal): -40042 or 9855999. OLE color: 9855999.
HSL color Cylindrical-coordinate representation of color #FF6396: hue angle of 340.38º 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 #FF6396 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 150 | - |
| CMYK | 0 | 0.61 | 0.41 | 0 |
| HSL | 340.38º | 1% | 0.69% | - |
| HSV(B) | 340.38º | 0.61% | 1% | - |
| XYZ | 51.21 | 32.39 | 32.41 | - |
| YUV | 151.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 150 | 0 | 0.61 | 0.41 | 0 | 340.38 | 1 | 0.69 |
| Hex | FF | 63 | 96 | 0 | 3D | 29 | 0 | 154 | 64 | 45 |
| Octal | 377 | 143 | 226 | 0 | 75 | 51 | 0 | 524 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10010110 | 0 | 111101 | 101001 | 0 | 101010100 | 1100100 | 1000101 |
Color Harmonies of #FF6396
Complementary color
Monochromatic Colors of #FF6396
Black with #FF6396
Text Example
Text Example
White with #FF6396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6396; }
p { color: rgb(255,99,150); }
H1.HeaderClassName
{
color: #FF6396;
}
.AnyTagClassName
{
color: #FF6396;
}
</style>
background-color css
<style>
a { background-color: #FF6396; }
a { background-color: rgb(255,99,150); }
div.DivClassName
{
background-color: #FF6396;
}
.BgClassName
{
background-color: #FF6396;
}
</style>
border-color css
<style>
span { border-color: #FF6396; }
span { border-color: rgb(255,99,150); }
td.TdClassName
{
border-color: #FF6396;
}
.TagClassName
{
border-color: #FF6396;
}
</style>