Shades of Brilliant Rose #FF48B5
Tints of Brilliant Rose #FF48B5
RGB
CMYK
RGB Variations
Color information
#FF48B5 (or 0xFF48B5) is known color: Brilliant Rose. HEX triplet: FF, 48 and B5. RGB value is (255,72,181). Sum of RGB (Red+Green+Blue) = 255+72+181=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48B5 is #00B74A. Grayscale: #8A8A8A. Windows color (decimal): -46923 or 11880703. OLE color: 11880703.
HSL color Cylindrical-coordinate representation of color #FF48B5: hue angle of 324.26º 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 #FF48B5 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 181 | - |
| CMYK | 0 | 0.72 | 0.29 | 0 |
| HSL | 324.26º | 1% | 0.64% | - |
| HSV(B) | 324.26º | 0.72% | 1% | - |
| XYZ | 51.9 | 29.23 | 46.62 | - |
| YUV | 139.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 181 | 0 | 0.72 | 0.29 | 0 | 324.26 | 1 | 0.64 |
| Hex | FF | 48 | B5 | 0 | 48 | 1D | 0 | 144 | 64 | 40 |
| Octal | 377 | 110 | 265 | 0 | 110 | 35 | 0 | 504 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10110101 | 0 | 1001000 | 11101 | 0 | 101000100 | 1100100 | 1000000 |
Color Harmonies of #FF48B5
Complementary color
Monochromatic Colors of #FF48B5
Black with #FF48B5
Text Example
Text Example
White with #FF48B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48B5; }
p { color: rgb(255,72,181); }
H1.HeaderClassName
{
color: #FF48B5;
}
.AnyTagClassName
{
color: #FF48B5;
}
</style>
background-color css
<style>
a { background-color: #FF48B5; }
a { background-color: rgb(255,72,181); }
div.DivClassName
{
background-color: #FF48B5;
}
.BgClassName
{
background-color: #FF48B5;
}
</style>
border-color css
<style>
span { border-color: #FF48B5; }
span { border-color: rgb(255,72,181); }
td.TdClassName
{
border-color: #FF48B5;
}
.TagClassName
{
border-color: #FF48B5;
}
</style>