Shades of Razzle Dazzle Rose #FF48D0
Tints of Razzle Dazzle Rose #FF48D0
RGB
CMYK
RGB Variations
Color information
#FF48D0 (or 0xFF48D0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and D0. RGB value is (255,72,208). Sum of RGB (Red+Green+Blue) = 255+72+208=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48D0 is #00B72F. Grayscale: #8D8D8D. Windows color (decimal): -46896 or 13650175. OLE color: 13650175.
HSL color Cylindrical-coordinate representation of color #FF48D0: hue angle of 315.41º 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 #FF48D0 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 208 | - |
| CMYK | 0 | 0.72 | 0.18 | 0 |
| HSL | 315.41º | 1% | 0.64% | - |
| HSV(B) | 315.41º | 0.72% | 1% | - |
| XYZ | 54.94 | 30.45 | 62.66 | - |
| YUV | 142.22 | 165.13 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 208 | 0 | 0.72 | 0.18 | 0 | 315.41 | 1 | 0.64 |
| Hex | FF | 48 | D0 | 0 | 48 | 12 | 0 | 13B | 64 | 40 |
| Octal | 377 | 110 | 320 | 0 | 110 | 22 | 0 | 473 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11010000 | 0 | 1001000 | 10010 | 0 | 100111011 | 1100100 | 1000000 |
Color Harmonies of #FF48D0
Complementary color
Monochromatic Colors of #FF48D0
Black with #FF48D0
Text Example
Text Example
White with #FF48D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48D0; }
p { color: rgb(255,72,208); }
H1.HeaderClassName
{
color: #FF48D0;
}
.AnyTagClassName
{
color: #FF48D0;
}
</style>
background-color css
<style>
a { background-color: #FF48D0; }
a { background-color: rgb(255,72,208); }
div.DivClassName
{
background-color: #FF48D0;
}
.BgClassName
{
background-color: #FF48D0;
}
</style>
border-color css
<style>
span { border-color: #FF48D0; }
span { border-color: rgb(255,72,208); }
td.TdClassName
{
border-color: #FF48D0;
}
.TagClassName
{
border-color: #FF48D0;
}
</style>