Shades of Brilliant Rose #FF48A7
Tints of Brilliant Rose #FF48A7
RGB
CMYK
RGB Variations
Color information
#FF48A7 (or 0xFF48A7) is known color: Brilliant Rose. HEX triplet: FF, 48 and A7. RGB value is (255,72,167). Sum of RGB (Red+Green+Blue) = 255+72+167=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF48A7 is #00B758. Grayscale: #898989. Windows color (decimal): -46937 or 10963199. OLE color: 10963199.
HSL color Cylindrical-coordinate representation of color #FF48A7: hue angle of 328.85º 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 #FF48A7 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 167 | - |
| CMYK | 0 | 0.72 | 0.35 | 0 |
| HSL | 328.85º | 1% | 0.64% | - |
| HSV(B) | 328.85º | 0.72% | 1% | - |
| XYZ | 50.53 | 28.68 | 39.43 | - |
| YUV | 137.55 | 144.63 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 167 | 0 | 0.72 | 0.35 | 0 | 328.85 | 1 | 0.64 |
| Hex | FF | 48 | A7 | 0 | 48 | 23 | 0 | 149 | 64 | 40 |
| Octal | 377 | 110 | 247 | 0 | 110 | 43 | 0 | 511 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10100111 | 0 | 1001000 | 100011 | 0 | 101001001 | 1100100 | 1000000 |
Color Harmonies of #FF48A7
Complementary color
Monochromatic Colors of #FF48A7
Black with #FF48A7
Text Example
Text Example
White with #FF48A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48A7; }
p { color: rgb(255,72,167); }
H1.HeaderClassName
{
color: #FF48A7;
}
.AnyTagClassName
{
color: #FF48A7;
}
</style>
background-color css
<style>
a { background-color: #FF48A7; }
a { background-color: rgb(255,72,167); }
div.DivClassName
{
background-color: #FF48A7;
}
.BgClassName
{
background-color: #FF48A7;
}
</style>
border-color css
<style>
span { border-color: #FF48A7; }
span { border-color: rgb(255,72,167); }
td.TdClassName
{
border-color: #FF48A7;
}
.TagClassName
{
border-color: #FF48A7;
}
</style>