Shades of Razzle Dazzle Rose #FB40BB
Tints of Razzle Dazzle Rose #FB40BB
RGB
CMYK
RGB Variations
Color information
#FB40BB (or 0xFB40BB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and BB. RGB value is (251,64,187). Sum of RGB (Red+Green+Blue) = 251+64+187=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40BB is #04BF44. Grayscale: #858585. Windows color (decimal): -311109 or 12271867. OLE color: 12271867.
HSL color Cylindrical-coordinate representation of color #FB40BB: hue angle of 320.53º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40BB is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 187 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.02 |
| HSL | 320.53º | 0.96% | 0.62% | - |
| HSV(B) | 320.53º | 0.75% | 0.98% | - |
| XYZ | 50.59 | 27.76 | 49.71 | - |
| YUV | 133.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 187 | 0 | 0.75 | 0.25 | 0.02 | 320.53 | 0.96 | 0.62 |
| Hex | FB | 40 | BB | 0 | 4B | 19 | 2 | 141 | 60 | 3E |
| Octal | 373 | 100 | 273 | 0 | 113 | 31 | 2 | 501 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10111011 | 0 | 1001011 | 11001 | 10 | 101000001 | 1100000 | 111110 |
Color Harmonies of #FB40BB
Complementary color
Monochromatic Colors of #FB40BB
Black with #FB40BB
Text Example
Text Example
White with #FB40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40BB; }
p { color: rgb(251,64,187); }
H1.HeaderClassName
{
color: #FB40BB;
}
.AnyTagClassName
{
color: #FB40BB;
}
</style>
background-color css
<style>
a { background-color: #FB40BB; }
a { background-color: rgb(251,64,187); }
div.DivClassName
{
background-color: #FB40BB;
}
.BgClassName
{
background-color: #FB40BB;
}
</style>
border-color css
<style>
span { border-color: #FB40BB; }
span { border-color: rgb(251,64,187); }
td.TdClassName
{
border-color: #FB40BB;
}
.TagClassName
{
border-color: #FB40BB;
}
</style>