Shades of Razzle Dazzle Rose #FF4BBD
Tints of Razzle Dazzle Rose #FF4BBD
RGB
CMYK
RGB Variations
Color information
#FF4BBD (or 0xFF4BBD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and BD. RGB value is (255,75,189). Sum of RGB (Red+Green+Blue) = 255+75+189=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BBD is #00B442. Grayscale: #8D8D8D. Windows color (decimal): -46147 or 12405759. OLE color: 12405759.
HSL color Cylindrical-coordinate representation of color #FF4BBD: hue angle of 322º 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 #FF4BBD is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 189 | - |
| CMYK | 0 | 0.71 | 0.26 | 0 |
| HSL | 322º | 1% | 0.65% | - |
| HSV(B) | 322º | 0.71% | 1% | - |
| XYZ | 52.94 | 29.97 | 51.14 | - |
| YUV | 141.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 189 | 0 | 0.71 | 0.26 | 0 | 322 | 1 | 0.65 |
| Hex | FF | 4B | BD | 0 | 47 | 1A | 0 | 142 | 64 | 41 |
| Octal | 377 | 113 | 275 | 0 | 107 | 32 | 0 | 502 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10111101 | 0 | 1000111 | 11010 | 0 | 101000010 | 1100100 | 1000001 |
Color Harmonies of #FF4BBD
Complementary color
Monochromatic Colors of #FF4BBD
Black with #FF4BBD
Text Example
Text Example
White with #FF4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BBD; }
p { color: rgb(255,75,189); }
H1.HeaderClassName
{
color: #FF4BBD;
}
.AnyTagClassName
{
color: #FF4BBD;
}
</style>
background-color css
<style>
a { background-color: #FF4BBD; }
a { background-color: rgb(255,75,189); }
div.DivClassName
{
background-color: #FF4BBD;
}
.BgClassName
{
background-color: #FF4BBD;
}
</style>
border-color css
<style>
span { border-color: #FF4BBD; }
span { border-color: rgb(255,75,189); }
td.TdClassName
{
border-color: #FF4BBD;
}
.TagClassName
{
border-color: #FF4BBD;
}
</style>