Shades of Razzle Dazzle Rose #FF25DF
Tints of Razzle Dazzle Rose #FF25DF
RGB
CMYK
RGB Variations
Color information
#FF25DF (or 0xFF25DF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and DF. RGB value is (255,37,223). Sum of RGB (Red+Green+Blue) = 255+37+223=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 37 (14.84% from 255 or 7.18% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25DF is #00DA20. Grayscale: #7A7A7A. Windows color (decimal): -55841 or 14624255. OLE color: 14624255.
HSL color Cylindrical-coordinate representation of color #FF25DF: hue angle of 308.81º 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 #FF25DF is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 223 | - |
| CMYK | 0 | 0.85 | 0.13 | 0 |
| HSL | 308.81º | 1% | 0.57% | - |
| HSV(B) | 308.81º | 0.85% | 1% | - |
| XYZ | 55.22 | 27.91 | 72.29 | - |
| YUV | 123.39 | 184.22 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 223 | 0 | 0.85 | 0.13 | 0 | 308.81 | 1 | 0.57 |
| Hex | FF | 25 | DF | 0 | 55 | D | 0 | 135 | 64 | 39 |
| Octal | 377 | 45 | 337 | 0 | 125 | 15 | 0 | 465 | 144 | 71 |
| Binary | 11111111 | 100101 | 11011111 | 0 | 1010101 | 1101 | 0 | 100110101 | 1100100 | 111001 |
Color Harmonies of #FF25DF
Complementary color
Monochromatic Colors of #FF25DF
Black with #FF25DF
Text Example
Text Example
White with #FF25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25DF; }
p { color: rgb(255,37,223); }
H1.HeaderClassName
{
color: #FF25DF;
}
.AnyTagClassName
{
color: #FF25DF;
}
</style>
background-color css
<style>
a { background-color: #FF25DF; }
a { background-color: rgb(255,37,223); }
div.DivClassName
{
background-color: #FF25DF;
}
.BgClassName
{
background-color: #FF25DF;
}
</style>
border-color css
<style>
span { border-color: #FF25DF; }
span { border-color: rgb(255,37,223); }
td.TdClassName
{
border-color: #FF25DF;
}
.TagClassName
{
border-color: #FF25DF;
}
</style>