Shades of Razzle Dazzle Rose #FF4DCF
Tints of Razzle Dazzle Rose #FF4DCF
RGB
CMYK
RGB Variations
Color information
#FF4DCF (or 0xFF4DCF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and CF. RGB value is (255,77,207). Sum of RGB (Red+Green+Blue) = 255+77+207=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DCF is #00B230. Grayscale: #909090. Windows color (decimal): -45617 or 13585919. OLE color: 13585919.
HSL color Cylindrical-coordinate representation of color #FF4DCF: hue angle of 316.18º 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 #FF4DCF is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 207 | - |
| CMYK | 0 | 0.70 | 0.19 | 0 |
| HSL | 316.18º | 1% | 0.65% | - |
| HSV(B) | 316.18º | 0.7% | 1% | - |
| XYZ | 55.16 | 31.07 | 62.12 | - |
| YUV | 145.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 207 | 0 | 0.70 | 0.19 | 0 | 316.18 | 1 | 0.65 |
| Hex | FF | 4D | CF | 0 | 46 | 13 | 0 | 13C | 64 | 41 |
| Octal | 377 | 115 | 317 | 0 | 106 | 23 | 0 | 474 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11001111 | 0 | 1000110 | 10011 | 0 | 100111100 | 1100100 | 1000001 |
Color Harmonies of #FF4DCF
Complementary color
Monochromatic Colors of #FF4DCF
Black with #FF4DCF
Text Example
Text Example
White with #FF4DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DCF; }
p { color: rgb(255,77,207); }
H1.HeaderClassName
{
color: #FF4DCF;
}
.AnyTagClassName
{
color: #FF4DCF;
}
</style>
background-color css
<style>
a { background-color: #FF4DCF; }
a { background-color: rgb(255,77,207); }
div.DivClassName
{
background-color: #FF4DCF;
}
.BgClassName
{
background-color: #FF4DCF;
}
</style>
border-color css
<style>
span { border-color: #FF4DCF; }
span { border-color: rgb(255,77,207); }
td.TdClassName
{
border-color: #FF4DCF;
}
.TagClassName
{
border-color: #FF4DCF;
}
</style>