Shades of Razzle Dazzle Rose #FF48DC
Tints of Razzle Dazzle Rose #FF48DC
RGB
CMYK
RGB Variations
Color information
#FF48DC (or 0xFF48DC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and DC. RGB value is (255,72,220). Sum of RGB (Red+Green+Blue) = 255+72+220=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48DC is #00B723. Grayscale: #8F8F8F. Windows color (decimal): -46884 or 14436607. OLE color: 14436607.
HSL color Cylindrical-coordinate representation of color #FF48DC: hue angle of 311.48º 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 #FF48DC is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 220 | - |
| CMYK | 0 | 0.72 | 0.14 | 0 |
| HSL | 311.48º | 1% | 0.64% | - |
| HSV(B) | 311.48º | 0.72% | 1% | - |
| XYZ | 56.48 | 31.06 | 70.73 | - |
| YUV | 143.59 | 171.13 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 220 | 0 | 0.72 | 0.14 | 0 | 311.48 | 1 | 0.64 |
| Hex | FF | 48 | DC | 0 | 48 | E | 0 | 137 | 64 | 40 |
| Octal | 377 | 110 | 334 | 0 | 110 | 16 | 0 | 467 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11011100 | 0 | 1001000 | 1110 | 0 | 100110111 | 1100100 | 1000000 |
Color Harmonies of #FF48DC
Complementary color
Monochromatic Colors of #FF48DC
Black with #FF48DC
Text Example
Text Example
White with #FF48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48DC; }
p { color: rgb(255,72,220); }
H1.HeaderClassName
{
color: #FF48DC;
}
.AnyTagClassName
{
color: #FF48DC;
}
</style>
background-color css
<style>
a { background-color: #FF48DC; }
a { background-color: rgb(255,72,220); }
div.DivClassName
{
background-color: #FF48DC;
}
.BgClassName
{
background-color: #FF48DC;
}
</style>
border-color css
<style>
span { border-color: #FF48DC; }
span { border-color: rgb(255,72,220); }
td.TdClassName
{
border-color: #FF48DC;
}
.TagClassName
{
border-color: #FF48DC;
}
</style>