Shades of Razzle Dazzle Rose #FB3BCD
Tints of Razzle Dazzle Rose #FB3BCD
RGB
CMYK
RGB Variations
Color information
#FB3BCD (or 0xFB3BCD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3B and CD. RGB value is (251,59,205). Sum of RGB (Red+Green+Blue) = 251+59+205=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 59 (23.44% from 255 or 11.46% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3BCD is #04C432. Grayscale: #848484. Windows color (decimal): -312371 or 13450235. OLE color: 13450235.
HSL color Cylindrical-coordinate representation of color #FB3BCD: hue angle of 314.38º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3BCD is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 205 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.02 |
| HSL | 314.38º | 0.96% | 0.61% | - |
| HSV(B) | 314.38º | 0.76% | 0.98% | - |
| XYZ | 52.37 | 28.04 | 60.41 | - |
| YUV | 133.05 | 168.61 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 205 | 0 | 0.76 | 0.18 | 0.02 | 314.38 | 0.96 | 0.61 |
| Hex | FB | 3B | CD | 0 | 4C | 12 | 2 | 13A | 60 | 3D |
| Octal | 373 | 73 | 315 | 0 | 114 | 22 | 2 | 472 | 140 | 75 |
| Binary | 11111011 | 111011 | 11001101 | 0 | 1001100 | 10010 | 10 | 100111010 | 1100000 | 111101 |
Color Harmonies of #FB3BCD
Complementary color
Monochromatic Colors of #FB3BCD
Black with #FB3BCD
Text Example
Text Example
White with #FB3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BCD; }
p { color: rgb(251,59,205); }
H1.HeaderClassName
{
color: #FB3BCD;
}
.AnyTagClassName
{
color: #FB3BCD;
}
</style>
background-color css
<style>
a { background-color: #FB3BCD; }
a { background-color: rgb(251,59,205); }
div.DivClassName
{
background-color: #FB3BCD;
}
.BgClassName
{
background-color: #FB3BCD;
}
</style>
border-color css
<style>
span { border-color: #FB3BCD; }
span { border-color: rgb(251,59,205); }
td.TdClassName
{
border-color: #FB3BCD;
}
.TagClassName
{
border-color: #FB3BCD;
}
</style>