Shades of Razzle Dazzle Rose #FF25DA
Tints of Razzle Dazzle Rose #FF25DA
RGB
CMYK
RGB Variations
Color information
#FF25DA (or 0xFF25DA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and DA. RGB value is (255,37,218). Sum of RGB (Red+Green+Blue) = 255+37+218=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 37 (14.84% from 255 or 7.25% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25DA is #00DA25. Grayscale: #7A7A7A. Windows color (decimal): -55846 or 14296575. OLE color: 14296575.
HSL color Cylindrical-coordinate representation of color #FF25DA: hue angle of 310.18º 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 #FF25DA is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 218 | - |
| CMYK | 0 | 0.85 | 0.15 | 0 |
| HSL | 310.18º | 1% | 0.57% | - |
| HSV(B) | 310.18º | 0.85% | 1% | - |
| XYZ | 54.56 | 27.65 | 68.79 | - |
| YUV | 122.82 | 181.72 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 218 | 0 | 0.85 | 0.15 | 0 | 310.18 | 1 | 0.57 |
| Hex | FF | 25 | DA | 0 | 55 | F | 0 | 136 | 64 | 39 |
| Octal | 377 | 45 | 332 | 0 | 125 | 17 | 0 | 466 | 144 | 71 |
| Binary | 11111111 | 100101 | 11011010 | 0 | 1010101 | 1111 | 0 | 100110110 | 1100100 | 111001 |
Color Harmonies of #FF25DA
Complementary color
Monochromatic Colors of #FF25DA
Black with #FF25DA
Text Example
Text Example
White with #FF25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25DA; }
p { color: rgb(255,37,218); }
H1.HeaderClassName
{
color: #FF25DA;
}
.AnyTagClassName
{
color: #FF25DA;
}
</style>
background-color css
<style>
a { background-color: #FF25DA; }
a { background-color: rgb(255,37,218); }
div.DivClassName
{
background-color: #FF25DA;
}
.BgClassName
{
background-color: #FF25DA;
}
</style>
border-color css
<style>
span { border-color: #FF25DA; }
span { border-color: rgb(255,37,218); }
td.TdClassName
{
border-color: #FF25DA;
}
.TagClassName
{
border-color: #FF25DA;
}
</style>