Shades of Razzle Dazzle Rose #FF4BC0
Tints of Razzle Dazzle Rose #FF4BC0
RGB
CMYK
RGB Variations
Color information
#FF4BC0 (or 0xFF4BC0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and C0. RGB value is (255,75,192). Sum of RGB (Red+Green+Blue) = 255+75+192=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BC0 is #00B43F. Grayscale: #8D8D8D. Windows color (decimal): -46144 or 12602367. OLE color: 12602367.
HSL color Cylindrical-coordinate representation of color #FF4BC0: hue angle of 321º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4BC0 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 192 | - |
| CMYK | 0 | 0.71 | 0.25 | 0 |
| HSL | 321º | 1% | 0.65% | - |
| HSV(B) | 321º | 0.71% | 1% | - |
| XYZ | 53.27 | 30.1 | 52.87 | - |
| YUV | 142.16 | 156.13 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 192 | 0 | 0.71 | 0.25 | 0 | 321 | 1 | 0.65 |
| Hex | FF | 4B | C0 | 0 | 47 | 19 | 0 | 141 | 64 | 41 |
| Octal | 377 | 113 | 300 | 0 | 107 | 31 | 0 | 501 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11000000 | 0 | 1000111 | 11001 | 0 | 101000001 | 1100100 | 1000001 |
Color Harmonies of #FF4BC0
Complementary color
Monochromatic Colors of #FF4BC0
Black with #FF4BC0
Text Example
Text Example
White with #FF4BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BC0; }
p { color: rgb(255,75,192); }
H1.HeaderClassName
{
color: #FF4BC0;
}
.AnyTagClassName
{
color: #FF4BC0;
}
</style>
background-color css
<style>
a { background-color: #FF4BC0; }
a { background-color: rgb(255,75,192); }
div.DivClassName
{
background-color: #FF4BC0;
}
.BgClassName
{
background-color: #FF4BC0;
}
</style>
border-color css
<style>
span { border-color: #FF4BC0; }
span { border-color: rgb(255,75,192); }
td.TdClassName
{
border-color: #FF4BC0;
}
.TagClassName
{
border-color: #FF4BC0;
}
</style>