Shades of Razzle Dazzle Rose #FF48BC
Tints of Razzle Dazzle Rose #FF48BC
RGB
CMYK
RGB Variations
Color information
#FF48BC (or 0xFF48BC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and BC. RGB value is (255,72,188). Sum of RGB (Red+Green+Blue) = 255+72+188=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48BC is #00B743. Grayscale: #8B8B8B. Windows color (decimal): -46916 or 12339455. OLE color: 12339455.
HSL color Cylindrical-coordinate representation of color #FF48BC: hue angle of 321.97º 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 #FF48BC is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 188 | - |
| CMYK | 0 | 0.72 | 0.26 | 0 |
| HSL | 321.97º | 1% | 0.64% | - |
| HSV(B) | 321.97º | 0.72% | 1% | - |
| XYZ | 52.63 | 29.53 | 50.5 | - |
| YUV | 139.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 188 | 0 | 0.72 | 0.26 | 0 | 321.97 | 1 | 0.64 |
| Hex | FF | 48 | BC | 0 | 48 | 1A | 0 | 142 | 64 | 40 |
| Octal | 377 | 110 | 274 | 0 | 110 | 32 | 0 | 502 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10111100 | 0 | 1001000 | 11010 | 0 | 101000010 | 1100100 | 1000000 |
Color Harmonies of #FF48BC
Complementary color
Monochromatic Colors of #FF48BC
Black with #FF48BC
Text Example
Text Example
White with #FF48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48BC; }
p { color: rgb(255,72,188); }
H1.HeaderClassName
{
color: #FF48BC;
}
.AnyTagClassName
{
color: #FF48BC;
}
</style>
background-color css
<style>
a { background-color: #FF48BC; }
a { background-color: rgb(255,72,188); }
div.DivClassName
{
background-color: #FF48BC;
}
.BgClassName
{
background-color: #FF48BC;
}
</style>
border-color css
<style>
span { border-color: #FF48BC; }
span { border-color: rgb(255,72,188); }
td.TdClassName
{
border-color: #FF48BC;
}
.TagClassName
{
border-color: #FF48BC;
}
</style>