Shades of Razzle Dazzle Rose #FB45D3
Tints of Razzle Dazzle Rose #FB45D3
RGB
CMYK
RGB Variations
Color information
#FB45D3 (or 0xFB45D3) is known color: Razzle Dazzle Rose. HEX triplet: FB, 45 and D3. RGB value is (251,69,211). Sum of RGB (Red+Green+Blue) = 251+69+211=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB45D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB45D3 is #04BA2C. Grayscale: #8B8B8B. Windows color (decimal): -309805 or 13846011. OLE color: 13846011.
HSL color Cylindrical-coordinate representation of color #FB45D3: hue angle of 313.19º 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 #FB45D3 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 211 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.02 |
| HSL | 313.19º | 0.96% | 0.63% | - |
| HSV(B) | 313.19º | 0.73% | 0.98% | - |
| XYZ | 53.67 | 29.47 | 64.49 | - |
| YUV | 139.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 211 | 0 | 0.73 | 0.16 | 0.02 | 313.19 | 0.96 | 0.63 |
| Hex | FB | 45 | D3 | 0 | 49 | 10 | 2 | 139 | 60 | 3F |
| Octal | 373 | 105 | 323 | 0 | 111 | 20 | 2 | 471 | 140 | 77 |
| Binary | 11111011 | 1000101 | 11010011 | 0 | 1001001 | 10000 | 10 | 100111001 | 1100000 | 111111 |
Color Harmonies of #FB45D3
Complementary color
Monochromatic Colors of #FB45D3
Black with #FB45D3
Text Example
Text Example
White with #FB45D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB45D3; }
p { color: rgb(251,69,211); }
H1.HeaderClassName
{
color: #FB45D3;
}
.AnyTagClassName
{
color: #FB45D3;
}
</style>
background-color css
<style>
a { background-color: #FB45D3; }
a { background-color: rgb(251,69,211); }
div.DivClassName
{
background-color: #FB45D3;
}
.BgClassName
{
background-color: #FB45D3;
}
</style>
border-color css
<style>
span { border-color: #FB45D3; }
span { border-color: rgb(251,69,211); }
td.TdClassName
{
border-color: #FB45D3;
}
.TagClassName
{
border-color: #FB45D3;
}
</style>