Shades of Razzle Dazzle Rose #FB45D4
Tints of Razzle Dazzle Rose #FB45D4
RGB
CMYK
RGB Variations
Color information
#FB45D4 (or 0xFB45D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 45 and D4. RGB value is (251,69,212). Sum of RGB (Red+Green+Blue) = 251+69+212=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB45D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB45D4 is #04BA2B. Grayscale: #8B8B8B. Windows color (decimal): -309804 or 13911547. OLE color: 13911547.
HSL color Cylindrical-coordinate representation of color #FB45D4: hue angle of 312.86º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB45D4 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 212 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.02 |
| HSL | 312.86º | 0.96% | 0.63% | - |
| HSV(B) | 312.86º | 0.73% | 0.98% | - |
| XYZ | 53.8 | 29.52 | 65.15 | - |
| YUV | 139.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 212 | 0 | 0.73 | 0.16 | 0.02 | 312.86 | 0.96 | 0.63 |
| Hex | FB | 45 | D4 | 0 | 49 | 10 | 2 | 139 | 60 | 3F |
| Octal | 373 | 105 | 324 | 0 | 111 | 20 | 2 | 471 | 140 | 77 |
| Binary | 11111011 | 1000101 | 11010100 | 0 | 1001001 | 10000 | 10 | 100111001 | 1100000 | 111111 |
Color Harmonies of #FB45D4
Complementary color
Monochromatic Colors of #FB45D4
Black with #FB45D4
Text Example
Text Example
White with #FB45D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB45D4; }
p { color: rgb(251,69,212); }
H1.HeaderClassName
{
color: #FB45D4;
}
.AnyTagClassName
{
color: #FB45D4;
}
</style>
background-color css
<style>
a { background-color: #FB45D4; }
a { background-color: rgb(251,69,212); }
div.DivClassName
{
background-color: #FB45D4;
}
.BgClassName
{
background-color: #FB45D4;
}
</style>
border-color css
<style>
span { border-color: #FB45D4; }
span { border-color: rgb(251,69,212); }
td.TdClassName
{
border-color: #FB45D4;
}
.TagClassName
{
border-color: #FB45D4;
}
</style>