Shades of Razzle Dazzle Rose #FB25EC
Tints of Razzle Dazzle Rose #FB25EC
RGB
CMYK
RGB Variations
Color information
#FB25EC (or 0xFB25EC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 25 and EC. RGB value is (251,37,236). Sum of RGB (Red+Green+Blue) = 251+37+236=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 37 (14.84% from 255 or 7.06% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB25EC is #04DA13. Grayscale: #7B7B7B. Windows color (decimal): -317972 or 15476219. OLE color: 15476219.
HSL color Cylindrical-coordinate representation of color #FB25EC: hue angle of 304.21º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25EC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 236 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.02 |
| HSL | 304.21º | 0.96% | 0.56% | - |
| HSV(B) | 304.21º | 0.85% | 0.98% | - |
| XYZ | 55.59 | 27.89 | 81.81 | - |
| YUV | 123.67 | 191.4 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 236 | 0 | 0.85 | 0.06 | 0.02 | 304.21 | 0.96 | 0.56 |
| Hex | FB | 25 | EC | 0 | 55 | 6 | 2 | 130 | 60 | 38 |
| Octal | 373 | 45 | 354 | 0 | 125 | 6 | 2 | 460 | 140 | 70 |
| Binary | 11111011 | 100101 | 11101100 | 0 | 1010101 | 110 | 10 | 100110000 | 1100000 | 111000 |
Color Harmonies of #FB25EC
Complementary color
Monochromatic Colors of #FB25EC
Black with #FB25EC
Text Example
Text Example
White with #FB25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25EC; }
p { color: rgb(251,37,236); }
H1.HeaderClassName
{
color: #FB25EC;
}
.AnyTagClassName
{
color: #FB25EC;
}
</style>
background-color css
<style>
a { background-color: #FB25EC; }
a { background-color: rgb(251,37,236); }
div.DivClassName
{
background-color: #FB25EC;
}
.BgClassName
{
background-color: #FB25EC;
}
</style>
border-color css
<style>
span { border-color: #FB25EC; }
span { border-color: rgb(251,37,236); }
td.TdClassName
{
border-color: #FB25EC;
}
.TagClassName
{
border-color: #FB25EC;
}
</style>