Shades of Razzle Dazzle Rose #FE48BC
Tints of Razzle Dazzle Rose #FE48BC
RGB
CMYK
RGB Variations
Color information
#FE48BC (or 0xFE48BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and BC. RGB value is (254,72,188). Sum of RGB (Red+Green+Blue) = 254+72+188=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48BC is #01B743. Grayscale: #8B8B8B. Windows color (decimal): -112452 or 12339454. OLE color: 12339454.
HSL color Cylindrical-coordinate representation of color #FE48BC: hue angle of 321.76º 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 #FE48BC is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 188 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.00 |
| HSL | 321.76º | 0.99% | 0.64% | - |
| HSV(B) | 321.76º | 0.72% | 1% | - |
| XYZ | 52.27 | 29.34 | 50.48 | - |
| YUV | 139.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 188 | 0 | 0.72 | 0.26 | 0.00 | 321.76 | 0.99 | 0.64 |
| Hex | FE | 48 | BC | 0 | 48 | 1A | 0 | 142 | 63 | 40 |
| Octal | 376 | 110 | 274 | 0 | 110 | 32 | 0 | 502 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10111100 | 0 | 1001000 | 11010 | 0 | 101000010 | 1100011 | 1000000 |
Color Harmonies of #FE48BC
Complementary color
Monochromatic Colors of #FE48BC
Black with #FE48BC
Text Example
Text Example
White with #FE48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48BC; }
p { color: rgb(254,72,188); }
H1.HeaderClassName
{
color: #FE48BC;
}
.AnyTagClassName
{
color: #FE48BC;
}
</style>
background-color css
<style>
a { background-color: #FE48BC; }
a { background-color: rgb(254,72,188); }
div.DivClassName
{
background-color: #FE48BC;
}
.BgClassName
{
background-color: #FE48BC;
}
</style>
border-color css
<style>
span { border-color: #FE48BC; }
span { border-color: rgb(254,72,188); }
td.TdClassName
{
border-color: #FE48BC;
}
.TagClassName
{
border-color: #FE48BC;
}
</style>