Shades of Razzle Dazzle Rose #FB40B7
Tints of Razzle Dazzle Rose #FB40B7
RGB
CMYK
RGB Variations
Color information
#FB40B7 (or 0xFB40B7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and B7. RGB value is (251,64,183). Sum of RGB (Red+Green+Blue) = 251+64+183=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40B7 is #04BF48. Grayscale: #858585. Windows color (decimal): -311113 or 12009723. OLE color: 12009723.
HSL color Cylindrical-coordinate representation of color #FB40B7: hue angle of 321.82º 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 #FB40B7 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 183 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.02 |
| HSL | 321.82º | 0.96% | 0.62% | - |
| HSV(B) | 321.82º | 0.75% | 0.98% | - |
| XYZ | 50.16 | 27.59 | 47.48 | - |
| YUV | 133.48 | 155.95 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 183 | 0 | 0.75 | 0.27 | 0.02 | 321.82 | 0.96 | 0.62 |
| Hex | FB | 40 | B7 | 0 | 4B | 1B | 2 | 142 | 60 | 3E |
| Octal | 373 | 100 | 267 | 0 | 113 | 33 | 2 | 502 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10110111 | 0 | 1001011 | 11011 | 10 | 101000010 | 1100000 | 111110 |
Color Harmonies of #FB40B7
Complementary color
Monochromatic Colors of #FB40B7
Black with #FB40B7
Text Example
Text Example
White with #FB40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40B7; }
p { color: rgb(251,64,183); }
H1.HeaderClassName
{
color: #FB40B7;
}
.AnyTagClassName
{
color: #FB40B7;
}
</style>
background-color css
<style>
a { background-color: #FB40B7; }
a { background-color: rgb(251,64,183); }
div.DivClassName
{
background-color: #FB40B7;
}
.BgClassName
{
background-color: #FB40B7;
}
</style>
border-color css
<style>
span { border-color: #FB40B7; }
span { border-color: rgb(251,64,183); }
td.TdClassName
{
border-color: #FB40B7;
}
.TagClassName
{
border-color: #FB40B7;
}
</style>