Shades of Razzle Dazzle Rose #FB40D0
Tints of Razzle Dazzle Rose #FB40D0
RGB
CMYK
RGB Variations
Color information
#FB40D0 (or 0xFB40D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and D0. RGB value is (251,64,208). Sum of RGB (Red+Green+Blue) = 251+64+208=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40D0 is #04BF2F. Grayscale: #878787. Windows color (decimal): -311088 or 13648123. OLE color: 13648123.
HSL color Cylindrical-coordinate representation of color #FB40D0: hue angle of 313.8º 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 #FB40D0 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 208 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.02 |
| HSL | 313.8º | 0.96% | 0.62% | - |
| HSV(B) | 313.8º | 0.75% | 0.98% | - |
| XYZ | 53 | 28.73 | 62.43 | - |
| YUV | 136.33 | 168.45 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 208 | 0 | 0.75 | 0.17 | 0.02 | 313.8 | 0.96 | 0.62 |
| Hex | FB | 40 | D0 | 0 | 4B | 11 | 2 | 13A | 60 | 3E |
| Octal | 373 | 100 | 320 | 0 | 113 | 21 | 2 | 472 | 140 | 76 |
| Binary | 11111011 | 1000000 | 11010000 | 0 | 1001011 | 10001 | 10 | 100111010 | 1100000 | 111110 |
Color Harmonies of #FB40D0
Complementary color
Monochromatic Colors of #FB40D0
Black with #FB40D0
Text Example
Text Example
White with #FB40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40D0; }
p { color: rgb(251,64,208); }
H1.HeaderClassName
{
color: #FB40D0;
}
.AnyTagClassName
{
color: #FB40D0;
}
</style>
background-color css
<style>
a { background-color: #FB40D0; }
a { background-color: rgb(251,64,208); }
div.DivClassName
{
background-color: #FB40D0;
}
.BgClassName
{
background-color: #FB40D0;
}
</style>
border-color css
<style>
span { border-color: #FB40D0; }
span { border-color: rgb(251,64,208); }
td.TdClassName
{
border-color: #FB40D0;
}
.TagClassName
{
border-color: #FB40D0;
}
</style>