Shades of Razzle Dazzle Rose #FC4CC1
Tints of Razzle Dazzle Rose #FC4CC1
RGB
CMYK
RGB Variations
Color information
#FC4CC1 (or 0xFC4CC1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4C and C1. RGB value is (252,76,193). Sum of RGB (Red+Green+Blue) = 252+76+193=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CC1 is #03B33E. Grayscale: #8D8D8D. Windows color (decimal): -242495 or 12668156. OLE color: 12668156.
HSL color Cylindrical-coordinate representation of color #FC4CC1: hue angle of 320.11º 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 #FC4CC1 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 193 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.01 |
| HSL | 320.11º | 0.97% | 0.64% | - |
| HSV(B) | 320.11º | 0.7% | 0.99% | - |
| XYZ | 52.35 | 29.71 | 53.43 | - |
| YUV | 141.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 193 | 0 | 0.70 | 0.23 | 0.01 | 320.11 | 0.97 | 0.64 |
| Hex | FC | 4C | C1 | 0 | 46 | 17 | 1 | 140 | 61 | 40 |
| Octal | 374 | 114 | 301 | 0 | 106 | 27 | 1 | 500 | 141 | 100 |
| Binary | 11111100 | 1001100 | 11000001 | 0 | 1000110 | 10111 | 1 | 101000000 | 1100001 | 1000000 |
Color Harmonies of #FC4CC1
Complementary color
Monochromatic Colors of #FC4CC1
Black with #FC4CC1
Text Example
Text Example
White with #FC4CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4CC1; }
p { color: rgb(252,76,193); }
H1.HeaderClassName
{
color: #FC4CC1;
}
.AnyTagClassName
{
color: #FC4CC1;
}
</style>
background-color css
<style>
a { background-color: #FC4CC1; }
a { background-color: rgb(252,76,193); }
div.DivClassName
{
background-color: #FC4CC1;
}
.BgClassName
{
background-color: #FC4CC1;
}
</style>
border-color css
<style>
span { border-color: #FC4CC1; }
span { border-color: rgb(252,76,193); }
td.TdClassName
{
border-color: #FC4CC1;
}
.TagClassName
{
border-color: #FC4CC1;
}
</style>