Shades of Razzle Dazzle Rose #FE48BA
Tints of Razzle Dazzle Rose #FE48BA
RGB
CMYK
RGB Variations
Color information
#FE48BA (or 0xFE48BA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and BA. RGB value is (254,72,186). Sum of RGB (Red+Green+Blue) = 254+72+186=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48BA is #01B745. Grayscale: #8B8B8B. Windows color (decimal): -112454 or 12208382. OLE color: 12208382.
HSL color Cylindrical-coordinate representation of color #FE48BA: hue angle of 322.42º 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 #FE48BA is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 186 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.00 |
| HSL | 322.42º | 0.99% | 0.64% | - |
| HSV(B) | 322.42º | 0.72% | 1% | - |
| XYZ | 52.05 | 29.25 | 49.36 | - |
| YUV | 139.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 186 | 0 | 0.72 | 0.27 | 0.00 | 322.42 | 0.99 | 0.64 |
| Hex | FE | 48 | BA | 0 | 48 | 1B | 0 | 142 | 63 | 40 |
| Octal | 376 | 110 | 272 | 0 | 110 | 33 | 0 | 502 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10111010 | 0 | 1001000 | 11011 | 0 | 101000010 | 1100011 | 1000000 |
Color Harmonies of #FE48BA
Complementary color
Monochromatic Colors of #FE48BA
Black with #FE48BA
Text Example
Text Example
White with #FE48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48BA; }
p { color: rgb(254,72,186); }
H1.HeaderClassName
{
color: #FE48BA;
}
.AnyTagClassName
{
color: #FE48BA;
}
</style>
background-color css
<style>
a { background-color: #FE48BA; }
a { background-color: rgb(254,72,186); }
div.DivClassName
{
background-color: #FE48BA;
}
.BgClassName
{
background-color: #FE48BA;
}
</style>
border-color css
<style>
span { border-color: #FE48BA; }
span { border-color: rgb(254,72,186); }
td.TdClassName
{
border-color: #FE48BA;
}
.TagClassName
{
border-color: #FE48BA;
}
</style>