Shades of Razzle Dazzle Rose #FF4CC5
Tints of Razzle Dazzle Rose #FF4CC5
RGB
CMYK
RGB Variations
Color information
#FF4CC5 (or 0xFF4CC5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4C and C5. RGB value is (255,76,197). Sum of RGB (Red+Green+Blue) = 255+76+197=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CC5 is #00B33A. Grayscale: #8F8F8F. Windows color (decimal): -45883 or 12930303. OLE color: 12930303.
HSL color Cylindrical-coordinate representation of color #FF4CC5: hue angle of 319.44º 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 #FF4CC5 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 197 | - |
| CMYK | 0 | 0.70 | 0.23 | 0 |
| HSL | 319.44º | 1% | 0.65% | - |
| HSV(B) | 319.44º | 0.7% | 1% | - |
| XYZ | 53.9 | 30.46 | 55.86 | - |
| YUV | 143.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 197 | 0 | 0.70 | 0.23 | 0 | 319.44 | 1 | 0.65 |
| Hex | FF | 4C | C5 | 0 | 46 | 17 | 0 | 13F | 64 | 41 |
| Octal | 377 | 114 | 305 | 0 | 106 | 27 | 0 | 477 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11000101 | 0 | 1000110 | 10111 | 0 | 100111111 | 1100100 | 1000001 |
Color Harmonies of #FF4CC5
Complementary color
Monochromatic Colors of #FF4CC5
Black with #FF4CC5
Text Example
Text Example
White with #FF4CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CC5; }
p { color: rgb(255,76,197); }
H1.HeaderClassName
{
color: #FF4CC5;
}
.AnyTagClassName
{
color: #FF4CC5;
}
</style>
background-color css
<style>
a { background-color: #FF4CC5; }
a { background-color: rgb(255,76,197); }
div.DivClassName
{
background-color: #FF4CC5;
}
.BgClassName
{
background-color: #FF4CC5;
}
</style>
border-color css
<style>
span { border-color: #FF4CC5; }
span { border-color: rgb(255,76,197); }
td.TdClassName
{
border-color: #FF4CC5;
}
.TagClassName
{
border-color: #FF4CC5;
}
</style>