Shades of Razzle Dazzle Rose #FE25CB
Tints of Razzle Dazzle Rose #FE25CB
RGB
CMYK
RGB Variations
Color information
#FE25CB (or 0xFE25CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and CB. RGB value is (254,37,203). Sum of RGB (Red+Green+Blue) = 254+37+203=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25CB is #01DA34. Grayscale: #787878. Windows color (decimal): -121397 or 13313534. OLE color: 13313534.
HSL color Cylindrical-coordinate representation of color #FE25CB: hue angle of 314.1º 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 #FE25CB is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 203 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.00 |
| HSL | 314.1º | 0.99% | 0.57% | - |
| HSV(B) | 314.1º | 0.85% | 1% | - |
| XYZ | 52.31 | 26.71 | 58.9 | - |
| YUV | 120.81 | 174.39 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 203 | 0 | 0.85 | 0.20 | 0.00 | 314.1 | 0.99 | 0.57 |
| Hex | FE | 25 | CB | 0 | 55 | 14 | 0 | 13A | 63 | 39 |
| Octal | 376 | 45 | 313 | 0 | 125 | 24 | 0 | 472 | 143 | 71 |
| Binary | 11111110 | 100101 | 11001011 | 0 | 1010101 | 10100 | 0 | 100111010 | 1100011 | 111001 |
Color Harmonies of #FE25CB
Complementary color
Monochromatic Colors of #FE25CB
Black with #FE25CB
Text Example
Text Example
White with #FE25CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25CB; }
p { color: rgb(254,37,203); }
H1.HeaderClassName
{
color: #FE25CB;
}
.AnyTagClassName
{
color: #FE25CB;
}
</style>
background-color css
<style>
a { background-color: #FE25CB; }
a { background-color: rgb(254,37,203); }
div.DivClassName
{
background-color: #FE25CB;
}
.BgClassName
{
background-color: #FE25CB;
}
</style>
border-color css
<style>
span { border-color: #FE25CB; }
span { border-color: rgb(254,37,203); }
td.TdClassName
{
border-color: #FE25CB;
}
.TagClassName
{
border-color: #FE25CB;
}
</style>