Shades of Razzle Dazzle Rose #FE48DF
Tints of Razzle Dazzle Rose #FE48DF
RGB
CMYK
RGB Variations
Color information
#FE48DF (or 0xFE48DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and DF. RGB value is (254,72,223). Sum of RGB (Red+Green+Blue) = 254+72+223=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 72 (28.52% from 255 or 13.11% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48DF is #01B720. Grayscale: #8F8F8F. Windows color (decimal): -112417 or 14633214. OLE color: 14633214.
HSL color Cylindrical-coordinate representation of color #FE48DF: hue angle of 310.22º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE48DF is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 223 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.00 |
| HSL | 310.22º | 0.99% | 0.64% | - |
| HSV(B) | 310.22º | 0.72% | 1% | - |
| XYZ | 56.51 | 31.03 | 72.82 | - |
| YUV | 143.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 223 | 0 | 0.72 | 0.12 | 0.00 | 310.22 | 0.99 | 0.64 |
| Hex | FE | 48 | DF | 0 | 48 | C | 0 | 136 | 63 | 40 |
| Octal | 376 | 110 | 337 | 0 | 110 | 14 | 0 | 466 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11011111 | 0 | 1001000 | 1100 | 0 | 100110110 | 1100011 | 1000000 |
Color Harmonies of #FE48DF
Complementary color
Monochromatic Colors of #FE48DF
Black with #FE48DF
Text Example
Text Example
White with #FE48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48DF; }
p { color: rgb(254,72,223); }
H1.HeaderClassName
{
color: #FE48DF;
}
.AnyTagClassName
{
color: #FE48DF;
}
</style>
background-color css
<style>
a { background-color: #FE48DF; }
a { background-color: rgb(254,72,223); }
div.DivClassName
{
background-color: #FE48DF;
}
.BgClassName
{
background-color: #FE48DF;
}
</style>
border-color css
<style>
span { border-color: #FE48DF; }
span { border-color: rgb(254,72,223); }
td.TdClassName
{
border-color: #FE48DF;
}
.TagClassName
{
border-color: #FE48DF;
}
</style>