Shades of Razzle Dazzle Rose #FF47BE
Tints of Razzle Dazzle Rose #FF47BE
RGB
CMYK
RGB Variations
Color information
#FF47BE (or 0xFF47BE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and BE. RGB value is (255,71,190). Sum of RGB (Red+Green+Blue) = 255+71+190=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47BE is #00B841. Grayscale: #8B8B8B. Windows color (decimal): -47170 or 12470271. OLE color: 12470271.
HSL color Cylindrical-coordinate representation of color #FF47BE: hue angle of 321.2º 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 #FF47BE is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 190 | - |
| CMYK | 0 | 0.72 | 0.25 | 0 |
| HSL | 321.2º | 1% | 0.64% | - |
| HSV(B) | 321.2º | 0.72% | 1% | - |
| XYZ | 52.79 | 29.48 | 51.62 | - |
| YUV | 139.58 | 156.46 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 190 | 0 | 0.72 | 0.25 | 0 | 321.2 | 1 | 0.64 |
| Hex | FF | 47 | BE | 0 | 48 | 19 | 0 | 141 | 64 | 40 |
| Octal | 377 | 107 | 276 | 0 | 110 | 31 | 0 | 501 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10111110 | 0 | 1001000 | 11001 | 0 | 101000001 | 1100100 | 1000000 |
Color Harmonies of #FF47BE
Complementary color
Monochromatic Colors of #FF47BE
Black with #FF47BE
Text Example
Text Example
White with #FF47BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47BE; }
p { color: rgb(255,71,190); }
H1.HeaderClassName
{
color: #FF47BE;
}
.AnyTagClassName
{
color: #FF47BE;
}
</style>
background-color css
<style>
a { background-color: #FF47BE; }
a { background-color: rgb(255,71,190); }
div.DivClassName
{
background-color: #FF47BE;
}
.BgClassName
{
background-color: #FF47BE;
}
</style>
border-color css
<style>
span { border-color: #FF47BE; }
span { border-color: rgb(255,71,190); }
td.TdClassName
{
border-color: #FF47BE;
}
.TagClassName
{
border-color: #FF47BE;
}
</style>