Shades of Razzle Dazzle Rose #FE2DC5
Tints of Razzle Dazzle Rose #FE2DC5
RGB
CMYK
RGB Variations
Color information
#FE2DC5 (or 0xFE2DC5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and C5. RGB value is (254,45,197). Sum of RGB (Red+Green+Blue) = 254+45+197=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DC5 is #01D23A. Grayscale: #7C7C7C. Windows color (decimal): -119355 or 12922366. OLE color: 12922366.
HSL color Cylindrical-coordinate representation of color #FE2DC5: hue angle of 316.36º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DC5 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 197 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.00 |
| HSL | 316.36º | 0.99% | 0.59% | - |
| HSV(B) | 316.36º | 0.82% | 1% | - |
| XYZ | 51.89 | 26.98 | 55.3 | - |
| YUV | 124.82 | 168.74 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 197 | 0 | 0.82 | 0.22 | 0.00 | 316.36 | 0.99 | 0.59 |
| Hex | FE | 2D | C5 | 0 | 52 | 16 | 0 | 13C | 63 | 3B |
| Octal | 376 | 55 | 305 | 0 | 122 | 26 | 0 | 474 | 143 | 73 |
| Binary | 11111110 | 101101 | 11000101 | 0 | 1010010 | 10110 | 0 | 100111100 | 1100011 | 111011 |
Color Harmonies of #FE2DC5
Complementary color
Monochromatic Colors of #FE2DC5
Black with #FE2DC5
Text Example
Text Example
White with #FE2DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DC5; }
p { color: rgb(254,45,197); }
H1.HeaderClassName
{
color: #FE2DC5;
}
.AnyTagClassName
{
color: #FE2DC5;
}
</style>
background-color css
<style>
a { background-color: #FE2DC5; }
a { background-color: rgb(254,45,197); }
div.DivClassName
{
background-color: #FE2DC5;
}
.BgClassName
{
background-color: #FE2DC5;
}
</style>
border-color css
<style>
span { border-color: #FE2DC5; }
span { border-color: rgb(254,45,197); }
td.TdClassName
{
border-color: #FE2DC5;
}
.TagClassName
{
border-color: #FE2DC5;
}
</style>