Shades of Razzle Dazzle Rose #FB3DCB
Tints of Razzle Dazzle Rose #FB3DCB
RGB
CMYK
RGB Variations
Color information
#FB3DCB (or 0xFB3DCB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3D and CB. RGB value is (251,61,203). Sum of RGB (Red+Green+Blue) = 251+61+203=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3DCB is #04C234. Grayscale: #858585. Windows color (decimal): -311861 or 13319675. OLE color: 13319675.
HSL color Cylindrical-coordinate representation of color #FB3DCB: hue angle of 315.16º 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 #FB3DCB is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 203 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.02 |
| HSL | 315.16º | 0.96% | 0.61% | - |
| HSV(B) | 315.16º | 0.76% | 0.98% | - |
| XYZ | 52.23 | 28.16 | 59.18 | - |
| YUV | 134 | 166.95 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 203 | 0 | 0.76 | 0.19 | 0.02 | 315.16 | 0.96 | 0.61 |
| Hex | FB | 3D | CB | 0 | 4C | 13 | 2 | 13B | 60 | 3D |
| Octal | 373 | 75 | 313 | 0 | 114 | 23 | 2 | 473 | 140 | 75 |
| Binary | 11111011 | 111101 | 11001011 | 0 | 1001100 | 10011 | 10 | 100111011 | 1100000 | 111101 |
Color Harmonies of #FB3DCB
Complementary color
Monochromatic Colors of #FB3DCB
Black with #FB3DCB
Text Example
Text Example
White with #FB3DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3DCB; }
p { color: rgb(251,61,203); }
H1.HeaderClassName
{
color: #FB3DCB;
}
.AnyTagClassName
{
color: #FB3DCB;
}
</style>
background-color css
<style>
a { background-color: #FB3DCB; }
a { background-color: rgb(251,61,203); }
div.DivClassName
{
background-color: #FB3DCB;
}
.BgClassName
{
background-color: #FB3DCB;
}
</style>
border-color css
<style>
span { border-color: #FB3DCB; }
span { border-color: rgb(251,61,203); }
td.TdClassName
{
border-color: #FB3DCB;
}
.TagClassName
{
border-color: #FB3DCB;
}
</style>