Shades of Razzle Dazzle Rose #FF25D7
Tints of Razzle Dazzle Rose #FF25D7
RGB
CMYK
RGB Variations
Color information
#FF25D7 (or 0xFF25D7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and D7. RGB value is (255,37,215). Sum of RGB (Red+Green+Blue) = 255+37+215=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25D7 is #00DA28. Grayscale: #797979. Windows color (decimal): -55849 or 14099967. OLE color: 14099967.
HSL color Cylindrical-coordinate representation of color #FF25D7: hue angle of 311.01º 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 #FF25D7 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 215 | - |
| CMYK | 0 | 0.85 | 0.16 | 0 |
| HSL | 311.01º | 1% | 0.57% | - |
| HSV(B) | 311.01º | 0.85% | 1% | - |
| XYZ | 54.17 | 27.49 | 66.74 | - |
| YUV | 122.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 215 | 0 | 0.85 | 0.16 | 0 | 311.01 | 1 | 0.57 |
| Hex | FF | 25 | D7 | 0 | 55 | 10 | 0 | 137 | 64 | 39 |
| Octal | 377 | 45 | 327 | 0 | 125 | 20 | 0 | 467 | 144 | 71 |
| Binary | 11111111 | 100101 | 11010111 | 0 | 1010101 | 10000 | 0 | 100110111 | 1100100 | 111001 |
Color Harmonies of #FF25D7
Complementary color
Monochromatic Colors of #FF25D7
Black with #FF25D7
Text Example
Text Example
White with #FF25D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25D7; }
p { color: rgb(255,37,215); }
H1.HeaderClassName
{
color: #FF25D7;
}
.AnyTagClassName
{
color: #FF25D7;
}
</style>
background-color css
<style>
a { background-color: #FF25D7; }
a { background-color: rgb(255,37,215); }
div.DivClassName
{
background-color: #FF25D7;
}
.BgClassName
{
background-color: #FF25D7;
}
</style>
border-color css
<style>
span { border-color: #FF25D7; }
span { border-color: rgb(255,37,215); }
td.TdClassName
{
border-color: #FF25D7;
}
.TagClassName
{
border-color: #FF25D7;
}
</style>