Shades of Razzle Dazzle Rose #FB40C0
Tints of Razzle Dazzle Rose #FB40C0
RGB
CMYK
RGB Variations
Color information
#FB40C0 (or 0xFB40C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and C0. RGB value is (251,64,192). Sum of RGB (Red+Green+Blue) = 251+64+192=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40C0 is #04BF3F. Grayscale: #868686. Windows color (decimal): -311104 or 12599547. OLE color: 12599547.
HSL color Cylindrical-coordinate representation of color #FB40C0: hue angle of 318.93º 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 #FB40C0 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 192 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.02 |
| HSL | 318.93º | 0.96% | 0.62% | - |
| HSV(B) | 318.93º | 0.75% | 0.98% | - |
| XYZ | 51.13 | 27.98 | 52.58 | - |
| YUV | 134.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 192 | 0 | 0.75 | 0.24 | 0.02 | 318.93 | 0.96 | 0.62 |
| Hex | FB | 40 | C0 | 0 | 4B | 18 | 2 | 13F | 60 | 3E |
| Octal | 373 | 100 | 300 | 0 | 113 | 30 | 2 | 477 | 140 | 76 |
| Binary | 11111011 | 1000000 | 11000000 | 0 | 1001011 | 11000 | 10 | 100111111 | 1100000 | 111110 |
Color Harmonies of #FB40C0
Complementary color
Monochromatic Colors of #FB40C0
Black with #FB40C0
Text Example
Text Example
White with #FB40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40C0; }
p { color: rgb(251,64,192); }
H1.HeaderClassName
{
color: #FB40C0;
}
.AnyTagClassName
{
color: #FB40C0;
}
</style>
background-color css
<style>
a { background-color: #FB40C0; }
a { background-color: rgb(251,64,192); }
div.DivClassName
{
background-color: #FB40C0;
}
.BgClassName
{
background-color: #FB40C0;
}
</style>
border-color css
<style>
span { border-color: #FB40C0; }
span { border-color: rgb(251,64,192); }
td.TdClassName
{
border-color: #FB40C0;
}
.TagClassName
{
border-color: #FB40C0;
}
</style>