Shades of Razzle Dazzle Rose #FF25ED
Tints of Razzle Dazzle Rose #FF25ED
RGB
CMYK
RGB Variations
Color information
#FF25ED (or 0xFF25ED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and ED. RGB value is (255,37,237). Sum of RGB (Red+Green+Blue) = 255+37+237=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF25ED is #00DA12. Grayscale: #7C7C7C. Windows color (decimal): -55827 or 15541759. OLE color: 15541759.
HSL color Cylindrical-coordinate representation of color #FF25ED: hue angle of 304.95º 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 #FF25ED is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 237 | - |
| CMYK | 0 | 0.85 | 0.07 | 0 |
| HSL | 304.95º | 1% | 0.57% | - |
| HSV(B) | 304.95º | 0.85% | 1% | - |
| XYZ | 57.19 | 28.7 | 82.65 | - |
| YUV | 124.98 | 191.22 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 237 | 0 | 0.85 | 0.07 | 0 | 304.95 | 1 | 0.57 |
| Hex | FF | 25 | ED | 0 | 55 | 7 | 0 | 131 | 64 | 39 |
| Octal | 377 | 45 | 355 | 0 | 125 | 7 | 0 | 461 | 144 | 71 |
| Binary | 11111111 | 100101 | 11101101 | 0 | 1010101 | 111 | 0 | 100110001 | 1100100 | 111001 |
Color Harmonies of #FF25ED
Complementary color
Monochromatic Colors of #FF25ED
Black with #FF25ED
Text Example
Text Example
White with #FF25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25ED; }
p { color: rgb(255,37,237); }
H1.HeaderClassName
{
color: #FF25ED;
}
.AnyTagClassName
{
color: #FF25ED;
}
</style>
background-color css
<style>
a { background-color: #FF25ED; }
a { background-color: rgb(255,37,237); }
div.DivClassName
{
background-color: #FF25ED;
}
.BgClassName
{
background-color: #FF25ED;
}
</style>
border-color css
<style>
span { border-color: #FF25ED; }
span { border-color: rgb(255,37,237); }
td.TdClassName
{
border-color: #FF25ED;
}
.TagClassName
{
border-color: #FF25ED;
}
</style>