Shades of Razzle Dazzle Rose #FF4DBF
Tints of Razzle Dazzle Rose #FF4DBF
RGB
CMYK
RGB Variations
Color information
#FF4DBF (or 0xFF4DBF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and BF. RGB value is (255,77,191). Sum of RGB (Red+Green+Blue) = 255+77+191=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DBF is #00B240. Grayscale: #8E8E8E. Windows color (decimal): -45633 or 12537343. OLE color: 12537343.
HSL color Cylindrical-coordinate representation of color #FF4DBF: hue angle of 321.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DBF is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 191 | - |
| CMYK | 0 | 0.70 | 0.25 | 0 |
| HSL | 321.57º | 1% | 0.65% | - |
| HSV(B) | 321.57º | 0.7% | 1% | - |
| XYZ | 53.3 | 30.33 | 52.34 | - |
| YUV | 143.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 191 | 0 | 0.70 | 0.25 | 0 | 321.57 | 1 | 0.65 |
| Hex | FF | 4D | BF | 0 | 46 | 19 | 0 | 142 | 64 | 41 |
| Octal | 377 | 115 | 277 | 0 | 106 | 31 | 0 | 502 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10111111 | 0 | 1000110 | 11001 | 0 | 101000010 | 1100100 | 1000001 |
Color Harmonies of #FF4DBF
Complementary color
Monochromatic Colors of #FF4DBF
Black with #FF4DBF
Text Example
Text Example
White with #FF4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DBF; }
p { color: rgb(255,77,191); }
H1.HeaderClassName
{
color: #FF4DBF;
}
.AnyTagClassName
{
color: #FF4DBF;
}
</style>
background-color css
<style>
a { background-color: #FF4DBF; }
a { background-color: rgb(255,77,191); }
div.DivClassName
{
background-color: #FF4DBF;
}
.BgClassName
{
background-color: #FF4DBF;
}
</style>
border-color css
<style>
span { border-color: #FF4DBF; }
span { border-color: rgb(255,77,191); }
td.TdClassName
{
border-color: #FF4DBF;
}
.TagClassName
{
border-color: #FF4DBF;
}
</style>