Shades of Razzle Dazzle Rose #FB4DD4
Tints of Razzle Dazzle Rose #FB4DD4
RGB
CMYK
RGB Variations
Color information
#FB4DD4 (or 0xFB4DD4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4D and D4. RGB value is (251,77,212). Sum of RGB (Red+Green+Blue) = 251+77+212=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4DD4 is #04B22B. Grayscale: #909090. Windows color (decimal): -307756 or 13913595. OLE color: 13913595.
HSL color Cylindrical-coordinate representation of color #FB4DD4: hue angle of 313.45º 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 #FB4DD4 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 212 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.02 |
| HSL | 313.45º | 0.96% | 0.64% | - |
| HSV(B) | 313.45º | 0.69% | 0.98% | - |
| XYZ | 54.32 | 30.57 | 65.33 | - |
| YUV | 144.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 212 | 0 | 0.69 | 0.16 | 0.02 | 313.45 | 0.96 | 0.64 |
| Hex | FB | 4D | D4 | 0 | 45 | 10 | 2 | 139 | 60 | 40 |
| Octal | 373 | 115 | 324 | 0 | 105 | 20 | 2 | 471 | 140 | 100 |
| Binary | 11111011 | 1001101 | 11010100 | 0 | 1000101 | 10000 | 10 | 100111001 | 1100000 | 1000000 |
Color Harmonies of #FB4DD4
Complementary color
Monochromatic Colors of #FB4DD4
Black with #FB4DD4
Text Example
Text Example
White with #FB4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DD4; }
p { color: rgb(251,77,212); }
H1.HeaderClassName
{
color: #FB4DD4;
}
.AnyTagClassName
{
color: #FB4DD4;
}
</style>
background-color css
<style>
a { background-color: #FB4DD4; }
a { background-color: rgb(251,77,212); }
div.DivClassName
{
background-color: #FB4DD4;
}
.BgClassName
{
background-color: #FB4DD4;
}
</style>
border-color css
<style>
span { border-color: #FB4DD4; }
span { border-color: rgb(251,77,212); }
td.TdClassName
{
border-color: #FB4DD4;
}
.TagClassName
{
border-color: #FB4DD4;
}
</style>