Shades of Razzle Dazzle Rose #FC48BA
Tints of Razzle Dazzle Rose #FC48BA
RGB
CMYK
RGB Variations
Color information
#FC48BA (or 0xFC48BA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 48 and BA. RGB value is (252,72,186). Sum of RGB (Red+Green+Blue) = 252+72+186=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48BA is #03B745. Grayscale: #8A8A8A. Windows color (decimal): -243526 or 12208380. OLE color: 12208380.
HSL color Cylindrical-coordinate representation of color #FC48BA: hue angle of 322º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC48BA is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 186 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.01 |
| HSL | 322º | 0.97% | 0.64% | - |
| HSV(B) | 322º | 0.71% | 0.99% | - |
| XYZ | 51.33 | 28.88 | 49.32 | - |
| YUV | 138.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 186 | 0 | 0.71 | 0.26 | 0.01 | 322 | 0.97 | 0.64 |
| Hex | FC | 48 | BA | 0 | 47 | 1A | 1 | 142 | 61 | 40 |
| Octal | 374 | 110 | 272 | 0 | 107 | 32 | 1 | 502 | 141 | 100 |
| Binary | 11111100 | 1001000 | 10111010 | 0 | 1000111 | 11010 | 1 | 101000010 | 1100001 | 1000000 |
Color Harmonies of #FC48BA
Complementary color
Monochromatic Colors of #FC48BA
Black with #FC48BA
Text Example
Text Example
White with #FC48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC48BA; }
p { color: rgb(252,72,186); }
H1.HeaderClassName
{
color: #FC48BA;
}
.AnyTagClassName
{
color: #FC48BA;
}
</style>
background-color css
<style>
a { background-color: #FC48BA; }
a { background-color: rgb(252,72,186); }
div.DivClassName
{
background-color: #FC48BA;
}
.BgClassName
{
background-color: #FC48BA;
}
</style>
border-color css
<style>
span { border-color: #FC48BA; }
span { border-color: rgb(252,72,186); }
td.TdClassName
{
border-color: #FC48BA;
}
.TagClassName
{
border-color: #FC48BA;
}
</style>