Shades of Razzle Dazzle Rose #FF47CF
Tints of Razzle Dazzle Rose #FF47CF
RGB
CMYK
RGB Variations
Color information
#FF47CF (or 0xFF47CF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and CF. RGB value is (255,71,207). Sum of RGB (Red+Green+Blue) = 255+71+207=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47CF is #00B830. Grayscale: #8D8D8D. Windows color (decimal): -47153 or 13584383. OLE color: 13584383.
HSL color Cylindrical-coordinate representation of color #FF47CF: hue angle of 315.65º 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 #FF47CF is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 207 | - |
| CMYK | 0 | 0.72 | 0.19 | 0 |
| HSL | 315.65º | 1% | 0.64% | - |
| HSV(B) | 315.65º | 0.72% | 1% | - |
| XYZ | 54.76 | 30.27 | 61.99 | - |
| YUV | 141.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 207 | 0 | 0.72 | 0.19 | 0 | 315.65 | 1 | 0.64 |
| Hex | FF | 47 | CF | 0 | 48 | 13 | 0 | 13C | 64 | 40 |
| Octal | 377 | 107 | 317 | 0 | 110 | 23 | 0 | 474 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11001111 | 0 | 1001000 | 10011 | 0 | 100111100 | 1100100 | 1000000 |
Color Harmonies of #FF47CF
Complementary color
Monochromatic Colors of #FF47CF
Black with #FF47CF
Text Example
Text Example
White with #FF47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47CF; }
p { color: rgb(255,71,207); }
H1.HeaderClassName
{
color: #FF47CF;
}
.AnyTagClassName
{
color: #FF47CF;
}
</style>
background-color css
<style>
a { background-color: #FF47CF; }
a { background-color: rgb(255,71,207); }
div.DivClassName
{
background-color: #FF47CF;
}
.BgClassName
{
background-color: #FF47CF;
}
</style>
border-color css
<style>
span { border-color: #FF47CF; }
span { border-color: rgb(255,71,207); }
td.TdClassName
{
border-color: #FF47CF;
}
.TagClassName
{
border-color: #FF47CF;
}
</style>