Shades of Razzle Dazzle Rose #FE25DD
Tints of Razzle Dazzle Rose #FE25DD
RGB
CMYK
RGB Variations
Color information
#FE25DD (or 0xFE25DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and DD. RGB value is (254,37,221). Sum of RGB (Red+Green+Blue) = 254+37+221=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25DD is #01DA22. Grayscale: #7A7A7A. Windows color (decimal): -121379 or 14493182. OLE color: 14493182.
HSL color Cylindrical-coordinate representation of color #FE25DD: hue angle of 309.12º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE25DD is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 221 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.00 |
| HSL | 309.12º | 0.99% | 0.57% | - |
| HSV(B) | 309.12º | 0.85% | 1% | - |
| XYZ | 54.59 | 27.61 | 70.86 | - |
| YUV | 122.86 | 183.39 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 221 | 0 | 0.85 | 0.13 | 0.00 | 309.12 | 0.99 | 0.57 |
| Hex | FE | 25 | DD | 0 | 55 | D | 0 | 135 | 63 | 39 |
| Octal | 376 | 45 | 335 | 0 | 125 | 15 | 0 | 465 | 143 | 71 |
| Binary | 11111110 | 100101 | 11011101 | 0 | 1010101 | 1101 | 0 | 100110101 | 1100011 | 111001 |
Color Harmonies of #FE25DD
Complementary color
Monochromatic Colors of #FE25DD
Black with #FE25DD
Text Example
Text Example
White with #FE25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25DD; }
p { color: rgb(254,37,221); }
H1.HeaderClassName
{
color: #FE25DD;
}
.AnyTagClassName
{
color: #FE25DD;
}
</style>
background-color css
<style>
a { background-color: #FE25DD; }
a { background-color: rgb(254,37,221); }
div.DivClassName
{
background-color: #FE25DD;
}
.BgClassName
{
background-color: #FE25DD;
}
</style>
border-color css
<style>
span { border-color: #FE25DD; }
span { border-color: rgb(254,37,221); }
td.TdClassName
{
border-color: #FE25DD;
}
.TagClassName
{
border-color: #FE25DD;
}
</style>