Shades of Razzle Dazzle Rose #FB46C8
Tints of Razzle Dazzle Rose #FB46C8
RGB
CMYK
RGB Variations
Color information
#FB46C8 (or 0xFB46C8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 46 and C8. RGB value is (251,70,200). Sum of RGB (Red+Green+Blue) = 251+70+200=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46C8 is #04B937. Grayscale: #8A8A8A. Windows color (decimal): -309560 or 13125371. OLE color: 13125371.
HSL color Cylindrical-coordinate representation of color #FB46C8: hue angle of 316.91º 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 #FB46C8 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 200 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.02 |
| HSL | 316.91º | 0.96% | 0.63% | - |
| HSV(B) | 316.91º | 0.72% | 0.98% | - |
| XYZ | 52.4 | 29.06 | 57.49 | - |
| YUV | 138.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 200 | 0 | 0.72 | 0.20 | 0.02 | 316.91 | 0.96 | 0.63 |
| Hex | FB | 46 | C8 | 0 | 48 | 14 | 2 | 13D | 60 | 3F |
| Octal | 373 | 106 | 310 | 0 | 110 | 24 | 2 | 475 | 140 | 77 |
| Binary | 11111011 | 1000110 | 11001000 | 0 | 1001000 | 10100 | 10 | 100111101 | 1100000 | 111111 |
Color Harmonies of #FB46C8
Complementary color
Monochromatic Colors of #FB46C8
Black with #FB46C8
Text Example
Text Example
White with #FB46C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB46C8; }
p { color: rgb(251,70,200); }
H1.HeaderClassName
{
color: #FB46C8;
}
.AnyTagClassName
{
color: #FB46C8;
}
</style>
background-color css
<style>
a { background-color: #FB46C8; }
a { background-color: rgb(251,70,200); }
div.DivClassName
{
background-color: #FB46C8;
}
.BgClassName
{
background-color: #FB46C8;
}
</style>
border-color css
<style>
span { border-color: #FB46C8; }
span { border-color: rgb(251,70,200); }
td.TdClassName
{
border-color: #FB46C8;
}
.TagClassName
{
border-color: #FB46C8;
}
</style>