Shades of Razzle Dazzle Rose #FB40C5
Tints of Razzle Dazzle Rose #FB40C5
RGB
CMYK
RGB Variations
Color information
#FB40C5 (or 0xFB40C5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and C5. RGB value is (251,64,197). Sum of RGB (Red+Green+Blue) = 251+64+197=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40C5 is #04BF3A. Grayscale: #868686. Windows color (decimal): -311099 or 12927227. OLE color: 12927227.
HSL color Cylindrical-coordinate representation of color #FB40C5: hue angle of 317.33º 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 #FB40C5 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 197 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.02 |
| HSL | 317.33º | 0.96% | 0.62% | - |
| HSV(B) | 317.33º | 0.75% | 0.98% | - |
| XYZ | 51.7 | 28.21 | 55.54 | - |
| YUV | 135.08 | 162.95 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 197 | 0 | 0.75 | 0.22 | 0.02 | 317.33 | 0.96 | 0.62 |
| Hex | FB | 40 | C5 | 0 | 4B | 16 | 2 | 13D | 60 | 3E |
| Octal | 373 | 100 | 305 | 0 | 113 | 26 | 2 | 475 | 140 | 76 |
| Binary | 11111011 | 1000000 | 11000101 | 0 | 1001011 | 10110 | 10 | 100111101 | 1100000 | 111110 |
Color Harmonies of #FB40C5
Complementary color
Monochromatic Colors of #FB40C5
Black with #FB40C5
Text Example
Text Example
White with #FB40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40C5; }
p { color: rgb(251,64,197); }
H1.HeaderClassName
{
color: #FB40C5;
}
.AnyTagClassName
{
color: #FB40C5;
}
</style>
background-color css
<style>
a { background-color: #FB40C5; }
a { background-color: rgb(251,64,197); }
div.DivClassName
{
background-color: #FB40C5;
}
.BgClassName
{
background-color: #FB40C5;
}
</style>
border-color css
<style>
span { border-color: #FB40C5; }
span { border-color: rgb(251,64,197); }
td.TdClassName
{
border-color: #FB40C5;
}
.TagClassName
{
border-color: #FB40C5;
}
</style>