Shades of Razzle Dazzle Rose #FF48BA
Tints of Razzle Dazzle Rose #FF48BA
RGB
CMYK
RGB Variations
Color information
#FF48BA (or 0xFF48BA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and BA. RGB value is (255,72,186). Sum of RGB (Red+Green+Blue) = 255+72+186=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48BA is #00B745. Grayscale: #8B8B8B. Windows color (decimal): -46918 or 12208383. OLE color: 12208383.
HSL color Cylindrical-coordinate representation of color #FF48BA: hue angle of 322.62º 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 #FF48BA is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 186 | - |
| CMYK | 0 | 0.72 | 0.27 | 0 |
| HSL | 322.62º | 1% | 0.64% | - |
| HSV(B) | 322.62º | 0.72% | 1% | - |
| XYZ | 52.42 | 29.44 | 49.37 | - |
| YUV | 139.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 186 | 0 | 0.72 | 0.27 | 0 | 322.62 | 1 | 0.64 |
| Hex | FF | 48 | BA | 0 | 48 | 1B | 0 | 143 | 64 | 40 |
| Octal | 377 | 110 | 272 | 0 | 110 | 33 | 0 | 503 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10111010 | 0 | 1001000 | 11011 | 0 | 101000011 | 1100100 | 1000000 |
Color Harmonies of #FF48BA
Complementary color
Monochromatic Colors of #FF48BA
Black with #FF48BA
Text Example
Text Example
White with #FF48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48BA; }
p { color: rgb(255,72,186); }
H1.HeaderClassName
{
color: #FF48BA;
}
.AnyTagClassName
{
color: #FF48BA;
}
</style>
background-color css
<style>
a { background-color: #FF48BA; }
a { background-color: rgb(255,72,186); }
div.DivClassName
{
background-color: #FF48BA;
}
.BgClassName
{
background-color: #FF48BA;
}
</style>
border-color css
<style>
span { border-color: #FF48BA; }
span { border-color: rgb(255,72,186); }
td.TdClassName
{
border-color: #FF48BA;
}
.TagClassName
{
border-color: #FF48BA;
}
</style>