Shades of Razzle Dazzle Rose #FF4CBD
Tints of Razzle Dazzle Rose #FF4CBD
RGB
CMYK
RGB Variations
Color information
#FF4CBD (or 0xFF4CBD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4C and BD. RGB value is (255,76,189). Sum of RGB (Red+Green+Blue) = 255+76+189=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CBD is #00B342. Grayscale: #8E8E8E. Windows color (decimal): -45891 or 12406015. OLE color: 12406015.
HSL color Cylindrical-coordinate representation of color #FF4CBD: hue angle of 322.12º 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 #FF4CBD is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 189 | - |
| CMYK | 0 | 0.70 | 0.26 | 0 |
| HSL | 322.12º | 1% | 0.65% | - |
| HSV(B) | 322.12º | 0.7% | 1% | - |
| XYZ | 53.01 | 30.1 | 51.16 | - |
| YUV | 142.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 189 | 0 | 0.70 | 0.26 | 0 | 322.12 | 1 | 0.65 |
| Hex | FF | 4C | BD | 0 | 46 | 1A | 0 | 142 | 64 | 41 |
| Octal | 377 | 114 | 275 | 0 | 106 | 32 | 0 | 502 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10111101 | 0 | 1000110 | 11010 | 0 | 101000010 | 1100100 | 1000001 |
Color Harmonies of #FF4CBD
Complementary color
Monochromatic Colors of #FF4CBD
Black with #FF4CBD
Text Example
Text Example
White with #FF4CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CBD; }
p { color: rgb(255,76,189); }
H1.HeaderClassName
{
color: #FF4CBD;
}
.AnyTagClassName
{
color: #FF4CBD;
}
</style>
background-color css
<style>
a { background-color: #FF4CBD; }
a { background-color: rgb(255,76,189); }
div.DivClassName
{
background-color: #FF4CBD;
}
.BgClassName
{
background-color: #FF4CBD;
}
</style>
border-color css
<style>
span { border-color: #FF4CBD; }
span { border-color: rgb(255,76,189); }
td.TdClassName
{
border-color: #FF4CBD;
}
.TagClassName
{
border-color: #FF4CBD;
}
</style>