Shades of Razzle Dazzle Rose #FF25D9
Tints of Razzle Dazzle Rose #FF25D9
RGB
CMYK
RGB Variations
Color information
#FF25D9 (or 0xFF25D9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and D9. RGB value is (255,37,217). Sum of RGB (Red+Green+Blue) = 255+37+217=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 37 (14.84% from 255 or 7.27% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25D9 is #00DA26. Grayscale: #7A7A7A. Windows color (decimal): -55847 or 14231039. OLE color: 14231039.
HSL color Cylindrical-coordinate representation of color #FF25D9: hue angle of 310.46º 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 #FF25D9 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 217 | - |
| CMYK | 0 | 0.85 | 0.15 | 0 |
| HSL | 310.46º | 1% | 0.57% | - |
| HSV(B) | 310.46º | 0.85% | 1% | - |
| XYZ | 54.43 | 27.59 | 68.1 | - |
| YUV | 122.7 | 181.22 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 217 | 0 | 0.85 | 0.15 | 0 | 310.46 | 1 | 0.57 |
| Hex | FF | 25 | D9 | 0 | 55 | F | 0 | 136 | 64 | 39 |
| Octal | 377 | 45 | 331 | 0 | 125 | 17 | 0 | 466 | 144 | 71 |
| Binary | 11111111 | 100101 | 11011001 | 0 | 1010101 | 1111 | 0 | 100110110 | 1100100 | 111001 |
Color Harmonies of #FF25D9
Complementary color
Monochromatic Colors of #FF25D9
Black with #FF25D9
Text Example
Text Example
White with #FF25D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25D9; }
p { color: rgb(255,37,217); }
H1.HeaderClassName
{
color: #FF25D9;
}
.AnyTagClassName
{
color: #FF25D9;
}
</style>
background-color css
<style>
a { background-color: #FF25D9; }
a { background-color: rgb(255,37,217); }
div.DivClassName
{
background-color: #FF25D9;
}
.BgClassName
{
background-color: #FF25D9;
}
</style>
border-color css
<style>
span { border-color: #FF25D9; }
span { border-color: rgb(255,37,217); }
td.TdClassName
{
border-color: #FF25D9;
}
.TagClassName
{
border-color: #FF25D9;
}
</style>