Shades of Razzle Dazzle Rose #FB4BCE
Tints of Razzle Dazzle Rose #FB4BCE
RGB
CMYK
RGB Variations
Color information
#FB4BCE (or 0xFB4BCE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4B and CE. RGB value is (251,75,206). Sum of RGB (Red+Green+Blue) = 251+75+206=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 75 (29.69% from 255 or 14.10% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4BCE is #04B431. Grayscale: #8E8E8E. Windows color (decimal): -308274 or 13519867. OLE color: 13519867.
HSL color Cylindrical-coordinate representation of color #FB4BCE: hue angle of 315.34º 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 #FB4BCE is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 206 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.34º | 0.96% | 0.64% | - |
| HSV(B) | 315.34º | 0.7% | 0.98% | - |
| XYZ | 53.44 | 30 | 61.37 | - |
| YUV | 142.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 206 | 0 | 0.70 | 0.18 | 0.02 | 315.34 | 0.96 | 0.64 |
| Hex | FB | 4B | CE | 0 | 46 | 12 | 2 | 13B | 60 | 40 |
| Octal | 373 | 113 | 316 | 0 | 106 | 22 | 2 | 473 | 140 | 100 |
| Binary | 11111011 | 1001011 | 11001110 | 0 | 1000110 | 10010 | 10 | 100111011 | 1100000 | 1000000 |
Color Harmonies of #FB4BCE
Complementary color
Monochromatic Colors of #FB4BCE
Black with #FB4BCE
Text Example
Text Example
White with #FB4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4BCE; }
p { color: rgb(251,75,206); }
H1.HeaderClassName
{
color: #FB4BCE;
}
.AnyTagClassName
{
color: #FB4BCE;
}
</style>
background-color css
<style>
a { background-color: #FB4BCE; }
a { background-color: rgb(251,75,206); }
div.DivClassName
{
background-color: #FB4BCE;
}
.BgClassName
{
background-color: #FB4BCE;
}
</style>
border-color css
<style>
span { border-color: #FB4BCE; }
span { border-color: rgb(251,75,206); }
td.TdClassName
{
border-color: #FB4BCE;
}
.TagClassName
{
border-color: #FB4BCE;
}
</style>