Shades of Razzle Dazzle Rose #FB4CC1
Tints of Razzle Dazzle Rose #FB4CC1
RGB
CMYK
RGB Variations
Color information
#FB4CC1 (or 0xFB4CC1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4C and C1. RGB value is (251,76,193). Sum of RGB (Red+Green+Blue) = 251+76+193=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CC1 is #04B33E. Grayscale: #8D8D8D. Windows color (decimal): -308031 or 12668155. OLE color: 12668155.
HSL color Cylindrical-coordinate representation of color #FB4CC1: hue angle of 319.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CC1 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 193 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.02 |
| HSL | 319.89º | 0.96% | 0.64% | - |
| HSV(B) | 319.89º | 0.7% | 0.98% | - |
| XYZ | 51.99 | 29.53 | 53.41 | - |
| YUV | 141.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 193 | 0 | 0.70 | 0.23 | 0.02 | 319.89 | 0.96 | 0.64 |
| Hex | FB | 4C | C1 | 0 | 46 | 17 | 2 | 140 | 60 | 40 |
| Octal | 373 | 114 | 301 | 0 | 106 | 27 | 2 | 500 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11000001 | 0 | 1000110 | 10111 | 10 | 101000000 | 1100000 | 1000000 |
Color Harmonies of #FB4CC1
Complementary color
Monochromatic Colors of #FB4CC1
Black with #FB4CC1
Text Example
Text Example
White with #FB4CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CC1; }
p { color: rgb(251,76,193); }
H1.HeaderClassName
{
color: #FB4CC1;
}
.AnyTagClassName
{
color: #FB4CC1;
}
</style>
background-color css
<style>
a { background-color: #FB4CC1; }
a { background-color: rgb(251,76,193); }
div.DivClassName
{
background-color: #FB4CC1;
}
.BgClassName
{
background-color: #FB4CC1;
}
</style>
border-color css
<style>
span { border-color: #FB4CC1; }
span { border-color: rgb(251,76,193); }
td.TdClassName
{
border-color: #FB4CC1;
}
.TagClassName
{
border-color: #FB4CC1;
}
</style>