Shades of Razzle Dazzle Rose #FF48CE
Tints of Razzle Dazzle Rose #FF48CE
RGB
CMYK
RGB Variations
Color information
#FF48CE (or 0xFF48CE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and CE. RGB value is (255,72,206). Sum of RGB (Red+Green+Blue) = 255+72+206=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48CE is #00B731. Grayscale: #8D8D8D. Windows color (decimal): -46898 or 13519103. OLE color: 13519103.
HSL color Cylindrical-coordinate representation of color #FF48CE: hue angle of 316.07º 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 #FF48CE is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 206 | - |
| CMYK | 0 | 0.72 | 0.19 | 0 |
| HSL | 316.07º | 1% | 0.64% | - |
| HSV(B) | 316.07º | 0.72% | 1% | - |
| XYZ | 54.7 | 30.35 | 61.37 | - |
| YUV | 141.99 | 164.13 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 206 | 0 | 0.72 | 0.19 | 0 | 316.07 | 1 | 0.64 |
| Hex | FF | 48 | CE | 0 | 48 | 13 | 0 | 13C | 64 | 40 |
| Octal | 377 | 110 | 316 | 0 | 110 | 23 | 0 | 474 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11001110 | 0 | 1001000 | 10011 | 0 | 100111100 | 1100100 | 1000000 |
Color Harmonies of #FF48CE
Complementary color
Monochromatic Colors of #FF48CE
Black with #FF48CE
Text Example
Text Example
White with #FF48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48CE; }
p { color: rgb(255,72,206); }
H1.HeaderClassName
{
color: #FF48CE;
}
.AnyTagClassName
{
color: #FF48CE;
}
</style>
background-color css
<style>
a { background-color: #FF48CE; }
a { background-color: rgb(255,72,206); }
div.DivClassName
{
background-color: #FF48CE;
}
.BgClassName
{
background-color: #FF48CE;
}
</style>
border-color css
<style>
span { border-color: #FF48CE; }
span { border-color: rgb(255,72,206); }
td.TdClassName
{
border-color: #FF48CE;
}
.TagClassName
{
border-color: #FF48CE;
}
</style>