Shades of Razzle Dazzle Rose #FE48D4
Tints of Razzle Dazzle Rose #FE48D4
RGB
CMYK
RGB Variations
Color information
#FE48D4 (or 0xFE48D4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and D4. RGB value is (254,72,212). Sum of RGB (Red+Green+Blue) = 254+72+212=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48D4 is #01B72B. Grayscale: #8E8E8E. Windows color (decimal): -112428 or 13912318. OLE color: 13912318.
HSL color Cylindrical-coordinate representation of color #FE48D4: hue angle of 313.85º 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 #FE48D4 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 212 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.00 |
| HSL | 313.85º | 0.99% | 0.64% | - |
| HSV(B) | 313.85º | 0.72% | 1% | - |
| XYZ | 55.07 | 30.46 | 65.26 | - |
| YUV | 142.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 212 | 0 | 0.72 | 0.17 | 0.00 | 313.85 | 0.99 | 0.64 |
| Hex | FE | 48 | D4 | 0 | 48 | 11 | 0 | 13A | 63 | 40 |
| Octal | 376 | 110 | 324 | 0 | 110 | 21 | 0 | 472 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11010100 | 0 | 1001000 | 10001 | 0 | 100111010 | 1100011 | 1000000 |
Color Harmonies of #FE48D4
Complementary color
Monochromatic Colors of #FE48D4
Black with #FE48D4
Text Example
Text Example
White with #FE48D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48D4; }
p { color: rgb(254,72,212); }
H1.HeaderClassName
{
color: #FE48D4;
}
.AnyTagClassName
{
color: #FE48D4;
}
</style>
background-color css
<style>
a { background-color: #FE48D4; }
a { background-color: rgb(254,72,212); }
div.DivClassName
{
background-color: #FE48D4;
}
.BgClassName
{
background-color: #FE48D4;
}
</style>
border-color css
<style>
span { border-color: #FE48D4; }
span { border-color: rgb(254,72,212); }
td.TdClassName
{
border-color: #FE48D4;
}
.TagClassName
{
border-color: #FE48D4;
}
</style>