Shades of Razzle Dazzle Rose #FB4BCD
Tints of Razzle Dazzle Rose #FB4BCD
RGB
CMYK
RGB Variations
Color information
#FB4BCD (or 0xFB4BCD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4B and CD. RGB value is (251,75,205). Sum of RGB (Red+Green+Blue) = 251+75+205=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4BCD is #04B432. Grayscale: #8E8E8E. Windows color (decimal): -308275 or 13454331. OLE color: 13454331.
HSL color Cylindrical-coordinate representation of color #FB4BCD: hue angle of 315.68º 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 #FB4BCD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 205 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.68º | 0.96% | 0.64% | - |
| HSV(B) | 315.68º | 0.7% | 0.98% | - |
| XYZ | 53.32 | 29.95 | 60.73 | - |
| YUV | 142.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 205 | 0 | 0.70 | 0.18 | 0.02 | 315.68 | 0.96 | 0.64 |
| Hex | FB | 4B | CD | 0 | 46 | 12 | 2 | 13C | 60 | 40 |
| Octal | 373 | 113 | 315 | 0 | 106 | 22 | 2 | 474 | 140 | 100 |
| Binary | 11111011 | 1001011 | 11001101 | 0 | 1000110 | 10010 | 10 | 100111100 | 1100000 | 1000000 |
Color Harmonies of #FB4BCD
Complementary color
Monochromatic Colors of #FB4BCD
Black with #FB4BCD
Text Example
Text Example
White with #FB4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4BCD; }
p { color: rgb(251,75,205); }
H1.HeaderClassName
{
color: #FB4BCD;
}
.AnyTagClassName
{
color: #FB4BCD;
}
</style>
background-color css
<style>
a { background-color: #FB4BCD; }
a { background-color: rgb(251,75,205); }
div.DivClassName
{
background-color: #FB4BCD;
}
.BgClassName
{
background-color: #FB4BCD;
}
</style>
border-color css
<style>
span { border-color: #FB4BCD; }
span { border-color: rgb(251,75,205); }
td.TdClassName
{
border-color: #FB4BCD;
}
.TagClassName
{
border-color: #FB4BCD;
}
</style>