Shades of Razzle Dazzle Rose #FF4BBF
Tints of Razzle Dazzle Rose #FF4BBF
RGB
CMYK
RGB Variations
Color information
#FF4BBF (or 0xFF4BBF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and BF. RGB value is (255,75,191). Sum of RGB (Red+Green+Blue) = 255+75+191=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BBF is #00B440. Grayscale: #8D8D8D. Windows color (decimal): -46145 or 12536831. OLE color: 12536831.
HSL color Cylindrical-coordinate representation of color #FF4BBF: hue angle of 321.33º 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 #FF4BBF is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 191 | - |
| CMYK | 0 | 0.71 | 0.25 | 0 |
| HSL | 321.33º | 1% | 0.65% | - |
| HSV(B) | 321.33º | 0.71% | 1% | - |
| XYZ | 53.16 | 30.05 | 52.29 | - |
| YUV | 142.04 | 155.63 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 191 | 0 | 0.71 | 0.25 | 0 | 321.33 | 1 | 0.65 |
| Hex | FF | 4B | BF | 0 | 47 | 19 | 0 | 141 | 64 | 41 |
| Octal | 377 | 113 | 277 | 0 | 107 | 31 | 0 | 501 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10111111 | 0 | 1000111 | 11001 | 0 | 101000001 | 1100100 | 1000001 |
Color Harmonies of #FF4BBF
Complementary color
Monochromatic Colors of #FF4BBF
Black with #FF4BBF
Text Example
Text Example
White with #FF4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BBF; }
p { color: rgb(255,75,191); }
H1.HeaderClassName
{
color: #FF4BBF;
}
.AnyTagClassName
{
color: #FF4BBF;
}
</style>
background-color css
<style>
a { background-color: #FF4BBF; }
a { background-color: rgb(255,75,191); }
div.DivClassName
{
background-color: #FF4BBF;
}
.BgClassName
{
background-color: #FF4BBF;
}
</style>
border-color css
<style>
span { border-color: #FF4BBF; }
span { border-color: rgb(255,75,191); }
td.TdClassName
{
border-color: #FF4BBF;
}
.TagClassName
{
border-color: #FF4BBF;
}
</style>