Shades of Razzle Dazzle Rose #FC4BC1
Tints of Razzle Dazzle Rose #FC4BC1
RGB
CMYK
RGB Variations
Color information
#FC4BC1 (or 0xFC4BC1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4B and C1. RGB value is (252,75,193). Sum of RGB (Red+Green+Blue) = 252+75+193=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4BC1 is #03B43E. Grayscale: #8D8D8D. Windows color (decimal): -242751 or 12667900. OLE color: 12667900.
HSL color Cylindrical-coordinate representation of color #FC4BC1: hue angle of 320º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4BC1 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 193 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.01 |
| HSL | 320º | 0.97% | 0.64% | - |
| HSV(B) | 320º | 0.7% | 0.99% | - |
| XYZ | 52.29 | 29.58 | 53.41 | - |
| YUV | 141.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 193 | 0 | 0.70 | 0.23 | 0.01 | 320 | 0.97 | 0.64 |
| Hex | FC | 4B | C1 | 0 | 46 | 17 | 1 | 140 | 61 | 40 |
| Octal | 374 | 113 | 301 | 0 | 106 | 27 | 1 | 500 | 141 | 100 |
| Binary | 11111100 | 1001011 | 11000001 | 0 | 1000110 | 10111 | 1 | 101000000 | 1100001 | 1000000 |
Color Harmonies of #FC4BC1
Complementary color
Monochromatic Colors of #FC4BC1
Black with #FC4BC1
Text Example
Text Example
White with #FC4BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BC1; }
p { color: rgb(252,75,193); }
H1.HeaderClassName
{
color: #FC4BC1;
}
.AnyTagClassName
{
color: #FC4BC1;
}
</style>
background-color css
<style>
a { background-color: #FC4BC1; }
a { background-color: rgb(252,75,193); }
div.DivClassName
{
background-color: #FC4BC1;
}
.BgClassName
{
background-color: #FC4BC1;
}
</style>
border-color css
<style>
span { border-color: #FC4BC1; }
span { border-color: rgb(252,75,193); }
td.TdClassName
{
border-color: #FC4BC1;
}
.TagClassName
{
border-color: #FC4BC1;
}
</style>