Shades of Razzle Dazzle Rose #FF48E5
Tints of Razzle Dazzle Rose #FF48E5
RGB
CMYK
RGB Variations
Color information
#FF48E5 (or 0xFF48E5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and E5. RGB value is (255,72,229). Sum of RGB (Red+Green+Blue) = 255+72+229=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 72 (28.52% from 255 or 12.95% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48E5 is #00B71A. Grayscale: #909090. Windows color (decimal): -46875 or 15026431. OLE color: 15026431.
HSL color Cylindrical-coordinate representation of color #FF48E5: hue angle of 308.52º 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 #FF48E5 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 229 | - |
| CMYK | 0 | 0.72 | 0.10 | 0 |
| HSL | 308.52º | 1% | 0.64% | - |
| HSV(B) | 308.52º | 0.72% | 1% | - |
| XYZ | 57.7 | 31.55 | 77.18 | - |
| YUV | 144.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 229 | 0 | 0.72 | 0.10 | 0 | 308.52 | 1 | 0.64 |
| Hex | FF | 48 | E5 | 0 | 48 | A | 0 | 135 | 64 | 40 |
| Octal | 377 | 110 | 345 | 0 | 110 | 12 | 0 | 465 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11100101 | 0 | 1001000 | 1010 | 0 | 100110101 | 1100100 | 1000000 |
Color Harmonies of #FF48E5
Complementary color
Monochromatic Colors of #FF48E5
Black with #FF48E5
Text Example
Text Example
White with #FF48E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48E5; }
p { color: rgb(255,72,229); }
H1.HeaderClassName
{
color: #FF48E5;
}
.AnyTagClassName
{
color: #FF48E5;
}
</style>
background-color css
<style>
a { background-color: #FF48E5; }
a { background-color: rgb(255,72,229); }
div.DivClassName
{
background-color: #FF48E5;
}
.BgClassName
{
background-color: #FF48E5;
}
</style>
border-color css
<style>
span { border-color: #FF48E5; }
span { border-color: rgb(255,72,229); }
td.TdClassName
{
border-color: #FF48E5;
}
.TagClassName
{
border-color: #FF48E5;
}
</style>