Shades of Razzle Dazzle Rose #FF48D7
Tints of Razzle Dazzle Rose #FF48D7
RGB
CMYK
RGB Variations
Color information
#FF48D7 (or 0xFF48D7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and D7. RGB value is (255,72,215). Sum of RGB (Red+Green+Blue) = 255+72+215=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48D7 is #00B728. Grayscale: #8E8E8E. Windows color (decimal): -46889 or 14108927. OLE color: 14108927.
HSL color Cylindrical-coordinate representation of color #FF48D7: hue angle of 313.11º 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 #FF48D7 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 215 | - |
| CMYK | 0 | 0.72 | 0.16 | 0 |
| HSL | 313.11º | 1% | 0.64% | - |
| HSV(B) | 313.11º | 0.72% | 1% | - |
| XYZ | 55.82 | 30.8 | 67.29 | - |
| YUV | 143.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 215 | 0 | 0.72 | 0.16 | 0 | 313.11 | 1 | 0.64 |
| Hex | FF | 48 | D7 | 0 | 48 | 10 | 0 | 139 | 64 | 40 |
| Octal | 377 | 110 | 327 | 0 | 110 | 20 | 0 | 471 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11010111 | 0 | 1001000 | 10000 | 0 | 100111001 | 1100100 | 1000000 |
Color Harmonies of #FF48D7
Complementary color
Monochromatic Colors of #FF48D7
Black with #FF48D7
Text Example
Text Example
White with #FF48D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48D7; }
p { color: rgb(255,72,215); }
H1.HeaderClassName
{
color: #FF48D7;
}
.AnyTagClassName
{
color: #FF48D7;
}
</style>
background-color css
<style>
a { background-color: #FF48D7; }
a { background-color: rgb(255,72,215); }
div.DivClassName
{
background-color: #FF48D7;
}
.BgClassName
{
background-color: #FF48D7;
}
</style>
border-color css
<style>
span { border-color: #FF48D7; }
span { border-color: rgb(255,72,215); }
td.TdClassName
{
border-color: #FF48D7;
}
.TagClassName
{
border-color: #FF48D7;
}
</style>