Shades of Razzle Dazzle Rose #FB44C0
Tints of Razzle Dazzle Rose #FB44C0
RGB
CMYK
RGB Variations
Color information
#FB44C0 (or 0xFB44C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 44 and C0. RGB value is (251,68,192). Sum of RGB (Red+Green+Blue) = 251+68+192=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB44C0 is #04BB3F. Grayscale: #888888. Windows color (decimal): -310080 or 12600571. OLE color: 12600571.
HSL color Cylindrical-coordinate representation of color #FB44C0: hue angle of 319.34º 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 #FB44C0 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 192 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.02 |
| HSL | 319.34º | 0.96% | 0.63% | - |
| HSV(B) | 319.34º | 0.73% | 0.98% | - |
| XYZ | 51.37 | 28.45 | 52.65 | - |
| YUV | 136.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 192 | 0 | 0.73 | 0.24 | 0.02 | 319.34 | 0.96 | 0.63 |
| Hex | FB | 44 | C0 | 0 | 49 | 18 | 2 | 13F | 60 | 3F |
| Octal | 373 | 104 | 300 | 0 | 111 | 30 | 2 | 477 | 140 | 77 |
| Binary | 11111011 | 1000100 | 11000000 | 0 | 1001001 | 11000 | 10 | 100111111 | 1100000 | 111111 |
Color Harmonies of #FB44C0
Complementary color
Monochromatic Colors of #FB44C0
Black with #FB44C0
Text Example
Text Example
White with #FB44C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44C0; }
p { color: rgb(251,68,192); }
H1.HeaderClassName
{
color: #FB44C0;
}
.AnyTagClassName
{
color: #FB44C0;
}
</style>
background-color css
<style>
a { background-color: #FB44C0; }
a { background-color: rgb(251,68,192); }
div.DivClassName
{
background-color: #FB44C0;
}
.BgClassName
{
background-color: #FB44C0;
}
</style>
border-color css
<style>
span { border-color: #FB44C0; }
span { border-color: rgb(251,68,192); }
td.TdClassName
{
border-color: #FB44C0;
}
.TagClassName
{
border-color: #FB44C0;
}
</style>