Shades of Brilliant Rose #FF48A0
Tints of Brilliant Rose #FF48A0
RGB
CMYK
RGB Variations
Color information
#FF48A0 (or 0xFF48A0) is known color: Brilliant Rose. HEX triplet: FF, 48 and A0. RGB value is (255,72,160). Sum of RGB (Red+Green+Blue) = 255+72+160=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF48A0 is #00B75F. Grayscale: #888888. Windows color (decimal): -46944 or 10504447. OLE color: 10504447.
HSL color Cylindrical-coordinate representation of color #FF48A0: hue angle of 331.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF48A0 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 160 | - |
| CMYK | 0 | 0.72 | 0.37 | 0 |
| HSL | 331.15º | 1% | 0.64% | - |
| HSV(B) | 331.15º | 0.72% | 1% | - |
| XYZ | 49.9 | 28.43 | 36.12 | - |
| YUV | 136.75 | 141.13 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 160 | 0 | 0.72 | 0.37 | 0 | 331.15 | 1 | 0.64 |
| Hex | FF | 48 | A0 | 0 | 48 | 25 | 0 | 14B | 64 | 40 |
| Octal | 377 | 110 | 240 | 0 | 110 | 45 | 0 | 513 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10100000 | 0 | 1001000 | 100101 | 0 | 101001011 | 1100100 | 1000000 |
Color Harmonies of #FF48A0
Complementary color
Monochromatic Colors of #FF48A0
Black with #FF48A0
Text Example
Text Example
White with #FF48A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48A0; }
p { color: rgb(255,72,160); }
H1.HeaderClassName
{
color: #FF48A0;
}
.AnyTagClassName
{
color: #FF48A0;
}
</style>
background-color css
<style>
a { background-color: #FF48A0; }
a { background-color: rgb(255,72,160); }
div.DivClassName
{
background-color: #FF48A0;
}
.BgClassName
{
background-color: #FF48A0;
}
</style>
border-color css
<style>
span { border-color: #FF48A0; }
span { border-color: rgb(255,72,160); }
td.TdClassName
{
border-color: #FF48A0;
}
.TagClassName
{
border-color: #FF48A0;
}
</style>