Shades of Razzle Dazzle Rose #FF1BE0
Tints of Razzle Dazzle Rose #FF1BE0
RGB
CMYK
RGB Variations
Color information
#FF1BE0 (or 0xFF1BE0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1B and E0. RGB value is (255,27,224). Sum of RGB (Red+Green+Blue) = 255+27+224=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1BE0 is #00E41F. Grayscale: #757575. Windows color (decimal): -58400 or 14687231. OLE color: 14687231.
HSL color Cylindrical-coordinate representation of color #FF1BE0: hue angle of 308.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BE0 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 224 | - |
| CMYK | 0 | 0.89 | 0.12 | 0 |
| HSL | 308.16º | 1% | 0.55% | - |
| HSV(B) | 308.16º | 0.89% | 1% | - |
| XYZ | 55.09 | 27.43 | 72.91 | - |
| YUV | 117.63 | 188.04 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 224 | 0 | 0.89 | 0.12 | 0 | 308.16 | 1 | 0.55 |
| Hex | FF | 1B | E0 | 0 | 59 | C | 0 | 134 | 64 | 37 |
| Octal | 377 | 33 | 340 | 0 | 131 | 14 | 0 | 464 | 144 | 67 |
| Binary | 11111111 | 11011 | 11100000 | 0 | 1011001 | 1100 | 0 | 100110100 | 1100100 | 110111 |
Color Harmonies of #FF1BE0
Complementary color
Monochromatic Colors of #FF1BE0
Black with #FF1BE0
Text Example
Text Example
White with #FF1BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BE0; }
p { color: rgb(255,27,224); }
H1.HeaderClassName
{
color: #FF1BE0;
}
.AnyTagClassName
{
color: #FF1BE0;
}
</style>
background-color css
<style>
a { background-color: #FF1BE0; }
a { background-color: rgb(255,27,224); }
div.DivClassName
{
background-color: #FF1BE0;
}
.BgClassName
{
background-color: #FF1BE0;
}
</style>
border-color css
<style>
span { border-color: #FF1BE0; }
span { border-color: rgb(255,27,224); }
td.TdClassName
{
border-color: #FF1BE0;
}
.TagClassName
{
border-color: #FF1BE0;
}
</style>