Shades of Razzle Dazzle Rose #FF25C9
Tints of Razzle Dazzle Rose #FF25C9
RGB
CMYK
RGB Variations
Color information
#FF25C9 (or 0xFF25C9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and C9. RGB value is (255,37,201). Sum of RGB (Red+Green+Blue) = 255+37+201=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 37 (14.84% from 255 or 7.51% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25C9 is #00DA36. Grayscale: #787878. Windows color (decimal): -55863 or 13182463. OLE color: 13182463.
HSL color Cylindrical-coordinate representation of color #FF25C9: hue angle of 314.86º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF25C9 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 201 | - |
| CMYK | 0 | 0.85 | 0.21 | 0 |
| HSL | 314.86º | 1% | 0.57% | - |
| HSV(B) | 314.86º | 0.85% | 1% | - |
| XYZ | 52.44 | 26.8 | 57.67 | - |
| YUV | 120.88 | 173.22 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 201 | 0 | 0.85 | 0.21 | 0 | 314.86 | 1 | 0.57 |
| Hex | FF | 25 | C9 | 0 | 55 | 15 | 0 | 13B | 64 | 39 |
| Octal | 377 | 45 | 311 | 0 | 125 | 25 | 0 | 473 | 144 | 71 |
| Binary | 11111111 | 100101 | 11001001 | 0 | 1010101 | 10101 | 0 | 100111011 | 1100100 | 111001 |
Color Harmonies of #FF25C9
Complementary color
Monochromatic Colors of #FF25C9
Black with #FF25C9
Text Example
Text Example
White with #FF25C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25C9; }
p { color: rgb(255,37,201); }
H1.HeaderClassName
{
color: #FF25C9;
}
.AnyTagClassName
{
color: #FF25C9;
}
</style>
background-color css
<style>
a { background-color: #FF25C9; }
a { background-color: rgb(255,37,201); }
div.DivClassName
{
background-color: #FF25C9;
}
.BgClassName
{
background-color: #FF25C9;
}
</style>
border-color css
<style>
span { border-color: #FF25C9; }
span { border-color: rgb(255,37,201); }
td.TdClassName
{
border-color: #FF25C9;
}
.TagClassName
{
border-color: #FF25C9;
}
</style>