Shades of Razzle Dazzle Rose #FB1CE0
Tints of Razzle Dazzle Rose #FB1CE0
RGB
CMYK
RGB Variations
Color information
#FB1CE0 (or 0xFB1CE0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1C and E0. RGB value is (251,28,224). Sum of RGB (Red+Green+Blue) = 251+28+224=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1CE0 is #04E31F. Grayscale: #747474. Windows color (decimal): -320288 or 14687483. OLE color: 14687483.
HSL color Cylindrical-coordinate representation of color #FB1CE0: hue angle of 307.26º 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 #FB1CE0 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 224 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.02 |
| HSL | 307.26º | 0.97% | 0.55% | - |
| HSV(B) | 307.26º | 0.89% | 0.98% | - |
| XYZ | 53.65 | 26.72 | 72.85 | - |
| YUV | 117.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 224 | 0 | 0.89 | 0.11 | 0.02 | 307.26 | 0.97 | 0.55 |
| Hex | FB | 1C | E0 | 0 | 59 | B | 2 | 133 | 61 | 37 |
| Octal | 373 | 34 | 340 | 0 | 131 | 13 | 2 | 463 | 141 | 67 |
| Binary | 11111011 | 11100 | 11100000 | 0 | 1011001 | 1011 | 10 | 100110011 | 1100001 | 110111 |
Color Harmonies of #FB1CE0
Complementary color
Monochromatic Colors of #FB1CE0
Black with #FB1CE0
Text Example
Text Example
White with #FB1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CE0; }
p { color: rgb(251,28,224); }
H1.HeaderClassName
{
color: #FB1CE0;
}
.AnyTagClassName
{
color: #FB1CE0;
}
</style>
background-color css
<style>
a { background-color: #FB1CE0; }
a { background-color: rgb(251,28,224); }
div.DivClassName
{
background-color: #FB1CE0;
}
.BgClassName
{
background-color: #FB1CE0;
}
</style>
border-color css
<style>
span { border-color: #FB1CE0; }
span { border-color: rgb(251,28,224); }
td.TdClassName
{
border-color: #FB1CE0;
}
.TagClassName
{
border-color: #FB1CE0;
}
</style>