Shades of Razzle Dazzle Rose #FE25DF
Tints of Razzle Dazzle Rose #FE25DF
RGB
CMYK
RGB Variations
Color information
#FE25DF (or 0xFE25DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and DF. RGB value is (254,37,223). Sum of RGB (Red+Green+Blue) = 254+37+223=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 37 (14.84% from 255 or 7.20% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25DF is #01DA20. Grayscale: #7A7A7A. Windows color (decimal): -121377 or 14624254. OLE color: 14624254.
HSL color Cylindrical-coordinate representation of color #FE25DF: hue angle of 308.57º 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 #FE25DF is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 223 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.00 |
| HSL | 308.57º | 0.99% | 0.57% | - |
| HSV(B) | 308.57º | 0.85% | 1% | - |
| XYZ | 54.85 | 27.72 | 72.27 | - |
| YUV | 123.09 | 184.39 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 223 | 0 | 0.85 | 0.12 | 0.00 | 308.57 | 0.99 | 0.57 |
| Hex | FE | 25 | DF | 0 | 55 | C | 0 | 135 | 63 | 39 |
| Octal | 376 | 45 | 337 | 0 | 125 | 14 | 0 | 465 | 143 | 71 |
| Binary | 11111110 | 100101 | 11011111 | 0 | 1010101 | 1100 | 0 | 100110101 | 1100011 | 111001 |
Color Harmonies of #FE25DF
Complementary color
Monochromatic Colors of #FE25DF
Black with #FE25DF
Text Example
Text Example
White with #FE25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25DF; }
p { color: rgb(254,37,223); }
H1.HeaderClassName
{
color: #FE25DF;
}
.AnyTagClassName
{
color: #FE25DF;
}
</style>
background-color css
<style>
a { background-color: #FE25DF; }
a { background-color: rgb(254,37,223); }
div.DivClassName
{
background-color: #FE25DF;
}
.BgClassName
{
background-color: #FE25DF;
}
</style>
border-color css
<style>
span { border-color: #FE25DF; }
span { border-color: rgb(254,37,223); }
td.TdClassName
{
border-color: #FE25DF;
}
.TagClassName
{
border-color: #FE25DF;
}
</style>