Shades of Brilliant Rose #FF63A6
Tints of Brilliant Rose #FF63A6
RGB
CMYK
RGB Variations
Color information
#FF63A6 (or 0xFF63A6) is known color: Brilliant Rose. HEX triplet: FF, 63 and A6. RGB value is (255,99,166). Sum of RGB (Red+Green+Blue) = 255+99+166=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF63A6 is #009C59. Grayscale: #999999. Windows color (decimal): -40026 or 10904575. OLE color: 10904575.
HSL color Cylindrical-coordinate representation of color #FF63A6: hue angle of 334.23º 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 #FF63A6 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 166 | - |
| CMYK | 0 | 0.61 | 0.35 | 0 |
| HSL | 334.23º | 1% | 0.69% | - |
| HSV(B) | 334.23º | 0.61% | 1% | - |
| XYZ | 52.58 | 32.94 | 39.66 | - |
| YUV | 153.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 166 | 0 | 0.61 | 0.35 | 0 | 334.23 | 1 | 0.69 |
| Hex | FF | 63 | A6 | 0 | 3D | 23 | 0 | 14E | 64 | 45 |
| Octal | 377 | 143 | 246 | 0 | 75 | 43 | 0 | 516 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10100110 | 0 | 111101 | 100011 | 0 | 101001110 | 1100100 | 1000101 |
Color Harmonies of #FF63A6
Complementary color
Monochromatic Colors of #FF63A6
Black with #FF63A6
Text Example
Text Example
White with #FF63A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63A6; }
p { color: rgb(255,99,166); }
H1.HeaderClassName
{
color: #FF63A6;
}
.AnyTagClassName
{
color: #FF63A6;
}
</style>
background-color css
<style>
a { background-color: #FF63A6; }
a { background-color: rgb(255,99,166); }
div.DivClassName
{
background-color: #FF63A6;
}
.BgClassName
{
background-color: #FF63A6;
}
</style>
border-color css
<style>
span { border-color: #FF63A6; }
span { border-color: rgb(255,99,166); }
td.TdClassName
{
border-color: #FF63A6;
}
.TagClassName
{
border-color: #FF63A6;
}
</style>