Shades of Razzle Dazzle Rose #FF48C5
Tints of Razzle Dazzle Rose #FF48C5
RGB
CMYK
RGB Variations
Color information
#FF48C5 (or 0xFF48C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and C5. RGB value is (255,72,197). Sum of RGB (Red+Green+Blue) = 255+72+197=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48C5 is #00B73A. Grayscale: #8C8C8C. Windows color (decimal): -46907 or 12929279. OLE color: 12929279.
HSL color Cylindrical-coordinate representation of color #FF48C5: hue angle of 319.02º 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 #FF48C5 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 197 | - |
| CMYK | 0 | 0.72 | 0.23 | 0 |
| HSL | 319.02º | 1% | 0.64% | - |
| HSV(B) | 319.02º | 0.72% | 1% | - |
| XYZ | 53.64 | 29.93 | 55.77 | - |
| YUV | 140.97 | 159.63 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 197 | 0 | 0.72 | 0.23 | 0 | 319.02 | 1 | 0.64 |
| Hex | FF | 48 | C5 | 0 | 48 | 17 | 0 | 13F | 64 | 40 |
| Octal | 377 | 110 | 305 | 0 | 110 | 27 | 0 | 477 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11000101 | 0 | 1001000 | 10111 | 0 | 100111111 | 1100100 | 1000000 |
Color Harmonies of #FF48C5
Complementary color
Monochromatic Colors of #FF48C5
Black with #FF48C5
Text Example
Text Example
White with #FF48C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48C5; }
p { color: rgb(255,72,197); }
H1.HeaderClassName
{
color: #FF48C5;
}
.AnyTagClassName
{
color: #FF48C5;
}
</style>
background-color css
<style>
a { background-color: #FF48C5; }
a { background-color: rgb(255,72,197); }
div.DivClassName
{
background-color: #FF48C5;
}
.BgClassName
{
background-color: #FF48C5;
}
</style>
border-color css
<style>
span { border-color: #FF48C5; }
span { border-color: rgb(255,72,197); }
td.TdClassName
{
border-color: #FF48C5;
}
.TagClassName
{
border-color: #FF48C5;
}
</style>