Shades of Razzle Dazzle Rose #FB4BBE
Tints of Razzle Dazzle Rose #FB4BBE
RGB
CMYK
RGB Variations
Color information
#FB4BBE (or 0xFB4BBE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4B and BE. RGB value is (251,75,190). Sum of RGB (Red+Green+Blue) = 251+75+190=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4BBE is #04B441. Grayscale: #8C8C8C. Windows color (decimal): -308290 or 12471291. OLE color: 12471291.
HSL color Cylindrical-coordinate representation of color #FB4BBE: hue angle of 320.8º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4BBE is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 190 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.02 |
| HSL | 320.8º | 0.96% | 0.64% | - |
| HSV(B) | 320.8º | 0.7% | 0.98% | - |
| XYZ | 51.59 | 29.26 | 51.64 | - |
| YUV | 140.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 190 | 0 | 0.70 | 0.24 | 0.02 | 320.8 | 0.96 | 0.64 |
| Hex | FB | 4B | BE | 0 | 46 | 18 | 2 | 141 | 60 | 40 |
| Octal | 373 | 113 | 276 | 0 | 106 | 30 | 2 | 501 | 140 | 100 |
| Binary | 11111011 | 1001011 | 10111110 | 0 | 1000110 | 11000 | 10 | 101000001 | 1100000 | 1000000 |
Color Harmonies of #FB4BBE
Complementary color
Monochromatic Colors of #FB4BBE
Black with #FB4BBE
Text Example
Text Example
White with #FB4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4BBE; }
p { color: rgb(251,75,190); }
H1.HeaderClassName
{
color: #FB4BBE;
}
.AnyTagClassName
{
color: #FB4BBE;
}
</style>
background-color css
<style>
a { background-color: #FB4BBE; }
a { background-color: rgb(251,75,190); }
div.DivClassName
{
background-color: #FB4BBE;
}
.BgClassName
{
background-color: #FB4BBE;
}
</style>
border-color css
<style>
span { border-color: #FB4BBE; }
span { border-color: rgb(251,75,190); }
td.TdClassName
{
border-color: #FB4BBE;
}
.TagClassName
{
border-color: #FB4BBE;
}
</style>