Shades of Razzle Dazzle Rose #FB1CDD
Tints of Razzle Dazzle Rose #FB1CDD
RGB
CMYK
RGB Variations
Color information
#FB1CDD (or 0xFB1CDD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1C and DD. RGB value is (251,28,221). Sum of RGB (Red+Green+Blue) = 251+28+221=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1CDD is #04E322. Grayscale: #747474. Windows color (decimal): -320291 or 14490875. OLE color: 14490875.
HSL color Cylindrical-coordinate representation of color #FB1CDD: hue angle of 308.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1CDD is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 221 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.02 |
| HSL | 308.07º | 0.97% | 0.55% | - |
| HSV(B) | 308.07º | 0.89% | 0.98% | - |
| XYZ | 53.25 | 26.56 | 70.73 | - |
| YUV | 116.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 221 | 0 | 0.89 | 0.12 | 0.02 | 308.07 | 0.97 | 0.55 |
| Hex | FB | 1C | DD | 0 | 59 | C | 2 | 134 | 61 | 37 |
| Octal | 373 | 34 | 335 | 0 | 131 | 14 | 2 | 464 | 141 | 67 |
| Binary | 11111011 | 11100 | 11011101 | 0 | 1011001 | 1100 | 10 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FB1CDD
Complementary color
Monochromatic Colors of #FB1CDD
Black with #FB1CDD
Text Example
Text Example
White with #FB1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CDD; }
p { color: rgb(251,28,221); }
H1.HeaderClassName
{
color: #FB1CDD;
}
.AnyTagClassName
{
color: #FB1CDD;
}
</style>
background-color css
<style>
a { background-color: #FB1CDD; }
a { background-color: rgb(251,28,221); }
div.DivClassName
{
background-color: #FB1CDD;
}
.BgClassName
{
background-color: #FB1CDD;
}
</style>
border-color css
<style>
span { border-color: #FB1CDD; }
span { border-color: rgb(251,28,221); }
td.TdClassName
{
border-color: #FB1CDD;
}
.TagClassName
{
border-color: #FB1CDD;
}
</style>