Shades of Brilliant Rose #FF63A2
Tints of Brilliant Rose #FF63A2
RGB
CMYK
RGB Variations
Color information
#FF63A2 (or 0xFF63A2) is known color: Brilliant Rose. HEX triplet: FF, 63 and A2. RGB value is (255,99,162). Sum of RGB (Red+Green+Blue) = 255+99+162=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF63A2 is #009C5D. Grayscale: #989898. Windows color (decimal): -40030 or 10642431. OLE color: 10642431.
HSL color Cylindrical-coordinate representation of color #FF63A2: hue angle of 335.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 #FF63A2 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 162 | - |
| CMYK | 0 | 0.61 | 0.36 | 0 |
| HSL | 335.77º | 1% | 0.69% | - |
| HSV(B) | 335.77º | 0.61% | 1% | - |
| XYZ | 52.22 | 32.79 | 37.76 | - |
| YUV | 152.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 162 | 0 | 0.61 | 0.36 | 0 | 335.77 | 1 | 0.69 |
| Hex | FF | 63 | A2 | 0 | 3D | 24 | 0 | 150 | 64 | 45 |
| Octal | 377 | 143 | 242 | 0 | 75 | 44 | 0 | 520 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10100010 | 0 | 111101 | 100100 | 0 | 101010000 | 1100100 | 1000101 |
Color Harmonies of #FF63A2
Complementary color
Monochromatic Colors of #FF63A2
Black with #FF63A2
Text Example
Text Example
White with #FF63A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63A2; }
p { color: rgb(255,99,162); }
H1.HeaderClassName
{
color: #FF63A2;
}
.AnyTagClassName
{
color: #FF63A2;
}
</style>
background-color css
<style>
a { background-color: #FF63A2; }
a { background-color: rgb(255,99,162); }
div.DivClassName
{
background-color: #FF63A2;
}
.BgClassName
{
background-color: #FF63A2;
}
</style>
border-color css
<style>
span { border-color: #FF63A2; }
span { border-color: rgb(255,99,162); }
td.TdClassName
{
border-color: #FF63A2;
}
.TagClassName
{
border-color: #FF63A2;
}
</style>