Shades of Razzle Dazzle Rose #FB46C0
Tints of Razzle Dazzle Rose #FB46C0
RGB
CMYK
RGB Variations
Color information
#FB46C0 (or 0xFB46C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 46 and C0. RGB value is (251,70,192). Sum of RGB (Red+Green+Blue) = 251+70+192=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46C0 is #04B93F. Grayscale: #898989. Windows color (decimal): -309568 or 12601083. OLE color: 12601083.
HSL color Cylindrical-coordinate representation of color #FB46C0: hue angle of 319.56º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB46C0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 192 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.02 |
| HSL | 319.56º | 0.96% | 0.63% | - |
| HSV(B) | 319.56º | 0.72% | 0.98% | - |
| XYZ | 51.49 | 28.7 | 52.69 | - |
| YUV | 138.03 | 158.47 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 192 | 0 | 0.72 | 0.24 | 0.02 | 319.56 | 0.96 | 0.63 |
| Hex | FB | 46 | C0 | 0 | 48 | 18 | 2 | 140 | 60 | 3F |
| Octal | 373 | 106 | 300 | 0 | 110 | 30 | 2 | 500 | 140 | 77 |
| Binary | 11111011 | 1000110 | 11000000 | 0 | 1001000 | 11000 | 10 | 101000000 | 1100000 | 111111 |
Color Harmonies of #FB46C0
Complementary color
Monochromatic Colors of #FB46C0
Black with #FB46C0
Text Example
Text Example
White with #FB46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB46C0; }
p { color: rgb(251,70,192); }
H1.HeaderClassName
{
color: #FB46C0;
}
.AnyTagClassName
{
color: #FB46C0;
}
</style>
background-color css
<style>
a { background-color: #FB46C0; }
a { background-color: rgb(251,70,192); }
div.DivClassName
{
background-color: #FB46C0;
}
.BgClassName
{
background-color: #FB46C0;
}
</style>
border-color css
<style>
span { border-color: #FB46C0; }
span { border-color: rgb(251,70,192); }
td.TdClassName
{
border-color: #FB46C0;
}
.TagClassName
{
border-color: #FB46C0;
}
</style>