Shades of Razzle Dazzle Rose #FB1CE5
Tints of Razzle Dazzle Rose #FB1CE5
RGB
CMYK
RGB Variations
Color information
#FB1CE5 (or 0xFB1CE5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1C and E5. RGB value is (251,28,229). Sum of RGB (Red+Green+Blue) = 251+28+229=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 28 (11.33% from 255 or 5.51% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1CE5 is #04E31A. Grayscale: #757575. Windows color (decimal): -320283 or 15015163. OLE color: 15015163.
HSL color Cylindrical-coordinate representation of color #FB1CE5: hue angle of 305.92º 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 #FB1CE5 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 229 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.02 |
| HSL | 305.92º | 0.97% | 0.55% | - |
| HSV(B) | 305.92º | 0.89% | 0.98% | - |
| XYZ | 54.34 | 27 | 76.48 | - |
| YUV | 117.59 | 190.88 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 229 | 0 | 0.89 | 0.09 | 0.02 | 305.92 | 0.97 | 0.55 |
| Hex | FB | 1C | E5 | 0 | 59 | 9 | 2 | 132 | 61 | 37 |
| Octal | 373 | 34 | 345 | 0 | 131 | 11 | 2 | 462 | 141 | 67 |
| Binary | 11111011 | 11100 | 11100101 | 0 | 1011001 | 1001 | 10 | 100110010 | 1100001 | 110111 |
Color Harmonies of #FB1CE5
Complementary color
Monochromatic Colors of #FB1CE5
Black with #FB1CE5
Text Example
Text Example
White with #FB1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CE5; }
p { color: rgb(251,28,229); }
H1.HeaderClassName
{
color: #FB1CE5;
}
.AnyTagClassName
{
color: #FB1CE5;
}
</style>
background-color css
<style>
a { background-color: #FB1CE5; }
a { background-color: rgb(251,28,229); }
div.DivClassName
{
background-color: #FB1CE5;
}
.BgClassName
{
background-color: #FB1CE5;
}
</style>
border-color css
<style>
span { border-color: #FB1CE5; }
span { border-color: rgb(251,28,229); }
td.TdClassName
{
border-color: #FB1CE5;
}
.TagClassName
{
border-color: #FB1CE5;
}
</style>