Shades of Razzle Dazzle Rose #FE25D4
Tints of Razzle Dazzle Rose #FE25D4
RGB
CMYK
RGB Variations
Color information
#FE25D4 (or 0xFE25D4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and D4. RGB value is (254,37,212). Sum of RGB (Red+Green+Blue) = 254+37+212=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 37 (14.84% from 255 or 7.36% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25D4 is #01DA2B. Grayscale: #797979. Windows color (decimal): -121388 or 13903358. OLE color: 13903358.
HSL color Cylindrical-coordinate representation of color #FE25D4: hue angle of 311.61º 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 #FE25D4 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 212 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.00 |
| HSL | 311.61º | 0.99% | 0.57% | - |
| HSV(B) | 311.61º | 0.85% | 1% | - |
| XYZ | 53.42 | 27.15 | 64.71 | - |
| YUV | 121.83 | 178.89 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 212 | 0 | 0.85 | 0.17 | 0.00 | 311.61 | 0.99 | 0.57 |
| Hex | FE | 25 | D4 | 0 | 55 | 11 | 0 | 138 | 63 | 39 |
| Octal | 376 | 45 | 324 | 0 | 125 | 21 | 0 | 470 | 143 | 71 |
| Binary | 11111110 | 100101 | 11010100 | 0 | 1010101 | 10001 | 0 | 100111000 | 1100011 | 111001 |
Color Harmonies of #FE25D4
Complementary color
Monochromatic Colors of #FE25D4
Black with #FE25D4
Text Example
Text Example
White with #FE25D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25D4; }
p { color: rgb(254,37,212); }
H1.HeaderClassName
{
color: #FE25D4;
}
.AnyTagClassName
{
color: #FE25D4;
}
</style>
background-color css
<style>
a { background-color: #FE25D4; }
a { background-color: rgb(254,37,212); }
div.DivClassName
{
background-color: #FE25D4;
}
.BgClassName
{
background-color: #FE25D4;
}
</style>
border-color css
<style>
span { border-color: #FE25D4; }
span { border-color: rgb(254,37,212); }
td.TdClassName
{
border-color: #FE25D4;
}
.TagClassName
{
border-color: #FE25D4;
}
</style>