Shades of Razzle Dazzle Rose #FB4DCE
Tints of Razzle Dazzle Rose #FB4DCE
RGB
CMYK
RGB Variations
Color information
#FB4DCE (or 0xFB4DCE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4D and CE. RGB value is (251,77,206). Sum of RGB (Red+Green+Blue) = 251+77+206=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4DCE is #04B231. Grayscale: #8F8F8F. Windows color (decimal): -307762 or 13520379. OLE color: 13520379.
HSL color Cylindrical-coordinate representation of color #FB4DCE: hue angle of 315.52º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4DCE is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 206 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.02 |
| HSL | 315.52º | 0.96% | 0.64% | - |
| HSV(B) | 315.52º | 0.69% | 0.98% | - |
| XYZ | 53.58 | 30.27 | 61.41 | - |
| YUV | 143.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 206 | 0 | 0.69 | 0.18 | 0.02 | 315.52 | 0.96 | 0.64 |
| Hex | FB | 4D | CE | 0 | 45 | 12 | 2 | 13C | 60 | 40 |
| Octal | 373 | 115 | 316 | 0 | 105 | 22 | 2 | 474 | 140 | 100 |
| Binary | 11111011 | 1001101 | 11001110 | 0 | 1000101 | 10010 | 10 | 100111100 | 1100000 | 1000000 |
Color Harmonies of #FB4DCE
Complementary color
Monochromatic Colors of #FB4DCE
Black with #FB4DCE
Text Example
Text Example
White with #FB4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DCE; }
p { color: rgb(251,77,206); }
H1.HeaderClassName
{
color: #FB4DCE;
}
.AnyTagClassName
{
color: #FB4DCE;
}
</style>
background-color css
<style>
a { background-color: #FB4DCE; }
a { background-color: rgb(251,77,206); }
div.DivClassName
{
background-color: #FB4DCE;
}
.BgClassName
{
background-color: #FB4DCE;
}
</style>
border-color css
<style>
span { border-color: #FB4DCE; }
span { border-color: rgb(251,77,206); }
td.TdClassName
{
border-color: #FB4DCE;
}
.TagClassName
{
border-color: #FB4DCE;
}
</style>