Shades of Razzle Dazzle Rose #FF4CC9
Tints of Razzle Dazzle Rose #FF4CC9
RGB
CMYK
RGB Variations
Color information
#FF4CC9 (or 0xFF4CC9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4C and C9. RGB value is (255,76,201). Sum of RGB (Red+Green+Blue) = 255+76+201=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 76 (30.08% from 255 or 14.29% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CC9 is #00B336. Grayscale: #8F8F8F. Windows color (decimal): -45879 or 13192447. OLE color: 13192447.
HSL color Cylindrical-coordinate representation of color #FF4CC9: hue angle of 318.1º 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 #FF4CC9 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 201 | - |
| CMYK | 0 | 0.70 | 0.21 | 0 |
| HSL | 318.1º | 1% | 0.65% | - |
| HSV(B) | 318.1º | 0.7% | 1% | - |
| XYZ | 54.37 | 30.65 | 58.31 | - |
| YUV | 143.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 201 | 0 | 0.70 | 0.21 | 0 | 318.1 | 1 | 0.65 |
| Hex | FF | 4C | C9 | 0 | 46 | 15 | 0 | 13E | 64 | 41 |
| Octal | 377 | 114 | 311 | 0 | 106 | 25 | 0 | 476 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11001001 | 0 | 1000110 | 10101 | 0 | 100111110 | 1100100 | 1000001 |
Color Harmonies of #FF4CC9
Complementary color
Monochromatic Colors of #FF4CC9
Black with #FF4CC9
Text Example
Text Example
White with #FF4CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CC9; }
p { color: rgb(255,76,201); }
H1.HeaderClassName
{
color: #FF4CC9;
}
.AnyTagClassName
{
color: #FF4CC9;
}
</style>
background-color css
<style>
a { background-color: #FF4CC9; }
a { background-color: rgb(255,76,201); }
div.DivClassName
{
background-color: #FF4CC9;
}
.BgClassName
{
background-color: #FF4CC9;
}
</style>
border-color css
<style>
span { border-color: #FF4CC9; }
span { border-color: rgb(255,76,201); }
td.TdClassName
{
border-color: #FF4CC9;
}
.TagClassName
{
border-color: #FF4CC9;
}
</style>