Shades of Razzle Dazzle Rose #FE25DA
Tints of Razzle Dazzle Rose #FE25DA
RGB
CMYK
RGB Variations
Color information
#FE25DA (or 0xFE25DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and DA. RGB value is (254,37,218). Sum of RGB (Red+Green+Blue) = 254+37+218=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 37 (14.84% from 255 or 7.27% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25DA is #01DA25. Grayscale: #7A7A7A. Windows color (decimal): -121382 or 14296574. OLE color: 14296574.
HSL color Cylindrical-coordinate representation of color #FE25DA: hue angle of 309.95º 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 #FE25DA is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 218 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.00 |
| HSL | 309.95º | 0.99% | 0.57% | - |
| HSV(B) | 309.95º | 0.85% | 1% | - |
| XYZ | 54.19 | 27.46 | 68.77 | - |
| YUV | 122.52 | 181.89 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 218 | 0 | 0.85 | 0.14 | 0.00 | 309.95 | 0.99 | 0.57 |
| Hex | FE | 25 | DA | 0 | 55 | E | 0 | 136 | 63 | 39 |
| Octal | 376 | 45 | 332 | 0 | 125 | 16 | 0 | 466 | 143 | 71 |
| Binary | 11111110 | 100101 | 11011010 | 0 | 1010101 | 1110 | 0 | 100110110 | 1100011 | 111001 |
Color Harmonies of #FE25DA
Complementary color
Monochromatic Colors of #FE25DA
Black with #FE25DA
Text Example
Text Example
White with #FE25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25DA; }
p { color: rgb(254,37,218); }
H1.HeaderClassName
{
color: #FE25DA;
}
.AnyTagClassName
{
color: #FE25DA;
}
</style>
background-color css
<style>
a { background-color: #FE25DA; }
a { background-color: rgb(254,37,218); }
div.DivClassName
{
background-color: #FE25DA;
}
.BgClassName
{
background-color: #FE25DA;
}
</style>
border-color css
<style>
span { border-color: #FE25DA; }
span { border-color: rgb(254,37,218); }
td.TdClassName
{
border-color: #FE25DA;
}
.TagClassName
{
border-color: #FE25DA;
}
</style>