Shades of Razzle Dazzle Rose #FF4BBE
Tints of Razzle Dazzle Rose #FF4BBE
RGB
CMYK
RGB Variations
Color information
#FF4BBE (or 0xFF4BBE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and BE. RGB value is (255,75,190). Sum of RGB (Red+Green+Blue) = 255+75+190=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BBE is #00B441. Grayscale: #8D8D8D. Windows color (decimal): -46146 or 12471295. OLE color: 12471295.
HSL color Cylindrical-coordinate representation of color #FF4BBE: hue angle of 321.67º 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 #FF4BBE is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 190 | - |
| CMYK | 0 | 0.71 | 0.25 | 0 |
| HSL | 321.67º | 1% | 0.65% | - |
| HSV(B) | 321.67º | 0.71% | 1% | - |
| XYZ | 53.05 | 30.01 | 51.71 | - |
| YUV | 141.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 190 | 0 | 0.71 | 0.25 | 0 | 321.67 | 1 | 0.65 |
| Hex | FF | 4B | BE | 0 | 47 | 19 | 0 | 142 | 64 | 41 |
| Octal | 377 | 113 | 276 | 0 | 107 | 31 | 0 | 502 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10111110 | 0 | 1000111 | 11001 | 0 | 101000010 | 1100100 | 1000001 |
Color Harmonies of #FF4BBE
Complementary color
Monochromatic Colors of #FF4BBE
Black with #FF4BBE
Text Example
Text Example
White with #FF4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BBE; }
p { color: rgb(255,75,190); }
H1.HeaderClassName
{
color: #FF4BBE;
}
.AnyTagClassName
{
color: #FF4BBE;
}
</style>
background-color css
<style>
a { background-color: #FF4BBE; }
a { background-color: rgb(255,75,190); }
div.DivClassName
{
background-color: #FF4BBE;
}
.BgClassName
{
background-color: #FF4BBE;
}
</style>
border-color css
<style>
span { border-color: #FF4BBE; }
span { border-color: rgb(255,75,190); }
td.TdClassName
{
border-color: #FF4BBE;
}
.TagClassName
{
border-color: #FF4BBE;
}
</style>