Shades of Razzle Dazzle Rose #FF48D4
Tints of Razzle Dazzle Rose #FF48D4
RGB
CMYK
RGB Variations
Color information
#FF48D4 (or 0xFF48D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and D4. RGB value is (255,72,212). Sum of RGB (Red+Green+Blue) = 255+72+212=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48D4 is #00B72B. Grayscale: #8E8E8E. Windows color (decimal): -46892 or 13912319. OLE color: 13912319.
HSL color Cylindrical-coordinate representation of color #FF48D4: hue angle of 314.1º 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 #FF48D4 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 212 | - |
| CMYK | 0 | 0.72 | 0.17 | 0 |
| HSL | 314.1º | 1% | 0.64% | - |
| HSV(B) | 314.1º | 0.72% | 1% | - |
| XYZ | 55.44 | 30.65 | 65.28 | - |
| YUV | 142.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 212 | 0 | 0.72 | 0.17 | 0 | 314.1 | 1 | 0.64 |
| Hex | FF | 48 | D4 | 0 | 48 | 11 | 0 | 13A | 64 | 40 |
| Octal | 377 | 110 | 324 | 0 | 110 | 21 | 0 | 472 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11010100 | 0 | 1001000 | 10001 | 0 | 100111010 | 1100100 | 1000000 |
Color Harmonies of #FF48D4
Complementary color
Monochromatic Colors of #FF48D4
Black with #FF48D4
Text Example
Text Example
White with #FF48D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48D4; }
p { color: rgb(255,72,212); }
H1.HeaderClassName
{
color: #FF48D4;
}
.AnyTagClassName
{
color: #FF48D4;
}
</style>
background-color css
<style>
a { background-color: #FF48D4; }
a { background-color: rgb(255,72,212); }
div.DivClassName
{
background-color: #FF48D4;
}
.BgClassName
{
background-color: #FF48D4;
}
</style>
border-color css
<style>
span { border-color: #FF48D4; }
span { border-color: rgb(255,72,212); }
td.TdClassName
{
border-color: #FF48D4;
}
.TagClassName
{
border-color: #FF48D4;
}
</style>