Shades of Brilliant Rose #FF48B8
Tints of Brilliant Rose #FF48B8
RGB
CMYK
RGB Variations
Color information
#FF48B8 (or 0xFF48B8) is known color: Brilliant Rose. HEX triplet: FF, 48 and B8. RGB value is (255,72,184). Sum of RGB (Red+Green+Blue) = 255+72+184=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48B8 is #00B747. Grayscale: #8B8B8B. Windows color (decimal): -46920 or 12077311. OLE color: 12077311.
HSL color Cylindrical-coordinate representation of color #FF48B8: hue angle of 323.28º 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 #FF48B8 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 184 | - |
| CMYK | 0 | 0.72 | 0.28 | 0 |
| HSL | 323.28º | 1% | 0.64% | - |
| HSV(B) | 323.28º | 0.72% | 1% | - |
| XYZ | 52.21 | 29.36 | 48.26 | - |
| YUV | 139.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 184 | 0 | 0.72 | 0.28 | 0 | 323.28 | 1 | 0.64 |
| Hex | FF | 48 | B8 | 0 | 48 | 1C | 0 | 143 | 64 | 40 |
| Octal | 377 | 110 | 270 | 0 | 110 | 34 | 0 | 503 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10111000 | 0 | 1001000 | 11100 | 0 | 101000011 | 1100100 | 1000000 |
Color Harmonies of #FF48B8
Complementary color
Monochromatic Colors of #FF48B8
Black with #FF48B8
Text Example
Text Example
White with #FF48B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48B8; }
p { color: rgb(255,72,184); }
H1.HeaderClassName
{
color: #FF48B8;
}
.AnyTagClassName
{
color: #FF48B8;
}
</style>
background-color css
<style>
a { background-color: #FF48B8; }
a { background-color: rgb(255,72,184); }
div.DivClassName
{
background-color: #FF48B8;
}
.BgClassName
{
background-color: #FF48B8;
}
</style>
border-color css
<style>
span { border-color: #FF48B8; }
span { border-color: rgb(255,72,184); }
td.TdClassName
{
border-color: #FF48B8;
}
.TagClassName
{
border-color: #FF48B8;
}
</style>