Shades of Razzle Dazzle Rose #FE48D3
Tints of Razzle Dazzle Rose #FE48D3
RGB
CMYK
RGB Variations
Color information
#FE48D3 (or 0xFE48D3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and D3. RGB value is (254,72,211). Sum of RGB (Red+Green+Blue) = 254+72+211=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 72 (28.52% from 255 or 13.41% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48D3 is #01B72C. Grayscale: #8D8D8D. Windows color (decimal): -112429 or 13846782. OLE color: 13846782.
HSL color Cylindrical-coordinate representation of color #FE48D3: hue angle of 314.18º 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 #FE48D3 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 211 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.00 |
| HSL | 314.18º | 0.99% | 0.64% | - |
| HSV(B) | 314.18º | 0.72% | 1% | - |
| XYZ | 54.95 | 30.41 | 64.6 | - |
| YUV | 142.26 | 166.8 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 211 | 0 | 0.72 | 0.17 | 0.00 | 314.18 | 0.99 | 0.64 |
| Hex | FE | 48 | D3 | 0 | 48 | 11 | 0 | 13A | 63 | 40 |
| Octal | 376 | 110 | 323 | 0 | 110 | 21 | 0 | 472 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11010011 | 0 | 1001000 | 10001 | 0 | 100111010 | 1100011 | 1000000 |
Color Harmonies of #FE48D3
Complementary color
Monochromatic Colors of #FE48D3
Black with #FE48D3
Text Example
Text Example
White with #FE48D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48D3; }
p { color: rgb(254,72,211); }
H1.HeaderClassName
{
color: #FE48D3;
}
.AnyTagClassName
{
color: #FE48D3;
}
</style>
background-color css
<style>
a { background-color: #FE48D3; }
a { background-color: rgb(254,72,211); }
div.DivClassName
{
background-color: #FE48D3;
}
.BgClassName
{
background-color: #FE48D3;
}
</style>
border-color css
<style>
span { border-color: #FE48D3; }
span { border-color: rgb(254,72,211); }
td.TdClassName
{
border-color: #FE48D3;
}
.TagClassName
{
border-color: #FE48D3;
}
</style>