Shades of Razzle Dazzle Rose #FB40BD
Tints of Razzle Dazzle Rose #FB40BD
RGB
CMYK
RGB Variations
Color information
#FB40BD (or 0xFB40BD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and BD. RGB value is (251,64,189). Sum of RGB (Red+Green+Blue) = 251+64+189=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40BD is #04BF42. Grayscale: #858585. Windows color (decimal): -311107 or 12402939. OLE color: 12402939.
HSL color Cylindrical-coordinate representation of color #FB40BD: hue angle of 319.89º 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 #FB40BD is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 189 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.02 |
| HSL | 319.89º | 0.96% | 0.62% | - |
| HSV(B) | 319.89º | 0.75% | 0.98% | - |
| XYZ | 50.8 | 27.85 | 50.84 | - |
| YUV | 134.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 189 | 0 | 0.75 | 0.25 | 0.02 | 319.89 | 0.96 | 0.62 |
| Hex | FB | 40 | BD | 0 | 4B | 19 | 2 | 140 | 60 | 3E |
| Octal | 373 | 100 | 275 | 0 | 113 | 31 | 2 | 500 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10111101 | 0 | 1001011 | 11001 | 10 | 101000000 | 1100000 | 111110 |
Color Harmonies of #FB40BD
Complementary color
Monochromatic Colors of #FB40BD
Black with #FB40BD
Text Example
Text Example
White with #FB40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40BD; }
p { color: rgb(251,64,189); }
H1.HeaderClassName
{
color: #FB40BD;
}
.AnyTagClassName
{
color: #FB40BD;
}
</style>
background-color css
<style>
a { background-color: #FB40BD; }
a { background-color: rgb(251,64,189); }
div.DivClassName
{
background-color: #FB40BD;
}
.BgClassName
{
background-color: #FB40BD;
}
</style>
border-color css
<style>
span { border-color: #FB40BD; }
span { border-color: rgb(251,64,189); }
td.TdClassName
{
border-color: #FB40BD;
}
.TagClassName
{
border-color: #FB40BD;
}
</style>