Shades of Razzle Dazzle Rose #FB44D0
Tints of Razzle Dazzle Rose #FB44D0
RGB
CMYK
RGB Variations
Color information
#FB44D0 (or 0xFB44D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 44 and D0. RGB value is (251,68,208). Sum of RGB (Red+Green+Blue) = 251+68+208=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB44D0 is #04BB2F. Grayscale: #8A8A8A. Windows color (decimal): -310064 or 13649147. OLE color: 13649147.
HSL color Cylindrical-coordinate representation of color #FB44D0: hue angle of 314.1º 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 #FB44D0 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 208 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.02 |
| HSL | 314.1º | 0.96% | 0.63% | - |
| HSV(B) | 314.1º | 0.73% | 0.98% | - |
| XYZ | 53.24 | 29.2 | 62.5 | - |
| YUV | 138.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 208 | 0 | 0.73 | 0.17 | 0.02 | 314.1 | 0.96 | 0.63 |
| Hex | FB | 44 | D0 | 0 | 49 | 11 | 2 | 13A | 60 | 3F |
| Octal | 373 | 104 | 320 | 0 | 111 | 21 | 2 | 472 | 140 | 77 |
| Binary | 11111011 | 1000100 | 11010000 | 0 | 1001001 | 10001 | 10 | 100111010 | 1100000 | 111111 |
Color Harmonies of #FB44D0
Complementary color
Monochromatic Colors of #FB44D0
Black with #FB44D0
Text Example
Text Example
White with #FB44D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44D0; }
p { color: rgb(251,68,208); }
H1.HeaderClassName
{
color: #FB44D0;
}
.AnyTagClassName
{
color: #FB44D0;
}
</style>
background-color css
<style>
a { background-color: #FB44D0; }
a { background-color: rgb(251,68,208); }
div.DivClassName
{
background-color: #FB44D0;
}
.BgClassName
{
background-color: #FB44D0;
}
</style>
border-color css
<style>
span { border-color: #FB44D0; }
span { border-color: rgb(251,68,208); }
td.TdClassName
{
border-color: #FB44D0;
}
.TagClassName
{
border-color: #FB44D0;
}
</style>