Shades of Razzle Dazzle Rose #FF48CF
Tints of Razzle Dazzle Rose #FF48CF
RGB
CMYK
RGB Variations
Color information
#FF48CF (or 0xFF48CF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and CF. RGB value is (255,72,207). Sum of RGB (Red+Green+Blue) = 255+72+207=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48CF is #00B730. Grayscale: #8D8D8D. Windows color (decimal): -46897 or 13584639. OLE color: 13584639.
HSL color Cylindrical-coordinate representation of color #FF48CF: hue angle of 315.74º 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 #FF48CF is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 207 | - |
| CMYK | 0 | 0.72 | 0.19 | 0 |
| HSL | 315.74º | 1% | 0.64% | - |
| HSV(B) | 315.74º | 0.72% | 1% | - |
| XYZ | 54.82 | 30.4 | 62.01 | - |
| YUV | 142.11 | 164.63 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 207 | 0 | 0.72 | 0.19 | 0 | 315.74 | 1 | 0.64 |
| Hex | FF | 48 | CF | 0 | 48 | 13 | 0 | 13C | 64 | 40 |
| Octal | 377 | 110 | 317 | 0 | 110 | 23 | 0 | 474 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11001111 | 0 | 1001000 | 10011 | 0 | 100111100 | 1100100 | 1000000 |
Color Harmonies of #FF48CF
Complementary color
Monochromatic Colors of #FF48CF
Black with #FF48CF
Text Example
Text Example
White with #FF48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48CF; }
p { color: rgb(255,72,207); }
H1.HeaderClassName
{
color: #FF48CF;
}
.AnyTagClassName
{
color: #FF48CF;
}
</style>
background-color css
<style>
a { background-color: #FF48CF; }
a { background-color: rgb(255,72,207); }
div.DivClassName
{
background-color: #FF48CF;
}
.BgClassName
{
background-color: #FF48CF;
}
</style>
border-color css
<style>
span { border-color: #FF48CF; }
span { border-color: rgb(255,72,207); }
td.TdClassName
{
border-color: #FF48CF;
}
.TagClassName
{
border-color: #FF48CF;
}
</style>