Shades of Razzle Dazzle Rose #FE25BF
Tints of Razzle Dazzle Rose #FE25BF
RGB
CMYK
RGB Variations
Color information
#FE25BF (or 0xFE25BF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and BF. RGB value is (254,37,191). Sum of RGB (Red+Green+Blue) = 254+37+191=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25BF is #01DA40. Grayscale: #777777. Windows color (decimal): -121409 or 12527102. OLE color: 12527102.
HSL color Cylindrical-coordinate representation of color #FE25BF: hue angle of 317.42º 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 #FE25BF is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 191 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.00 |
| HSL | 317.42º | 0.99% | 0.57% | - |
| HSV(B) | 317.42º | 0.85% | 1% | - |
| XYZ | 50.94 | 26.16 | 51.65 | - |
| YUV | 119.44 | 168.39 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 191 | 0 | 0.85 | 0.25 | 0.00 | 317.42 | 0.99 | 0.57 |
| Hex | FE | 25 | BF | 0 | 55 | 19 | 0 | 13D | 63 | 39 |
| Octal | 376 | 45 | 277 | 0 | 125 | 31 | 0 | 475 | 143 | 71 |
| Binary | 11111110 | 100101 | 10111111 | 0 | 1010101 | 11001 | 0 | 100111101 | 1100011 | 111001 |
Color Harmonies of #FE25BF
Complementary color
Monochromatic Colors of #FE25BF
Black with #FE25BF
Text Example
Text Example
White with #FE25BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25BF; }
p { color: rgb(254,37,191); }
H1.HeaderClassName
{
color: #FE25BF;
}
.AnyTagClassName
{
color: #FE25BF;
}
</style>
background-color css
<style>
a { background-color: #FE25BF; }
a { background-color: rgb(254,37,191); }
div.DivClassName
{
background-color: #FE25BF;
}
.BgClassName
{
background-color: #FE25BF;
}
</style>
border-color css
<style>
span { border-color: #FE25BF; }
span { border-color: rgb(254,37,191); }
td.TdClassName
{
border-color: #FE25BF;
}
.TagClassName
{
border-color: #FE25BF;
}
</style>