Shades of Razzle Dazzle Rose #FC28C7
Tints of Razzle Dazzle Rose #FC28C7
RGB
CMYK
RGB Variations
Color information
#FC28C7 (or 0xFC28C7) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and C7. RGB value is (252,40,199). Sum of RGB (Red+Green+Blue) = 252+40+199=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28C7 is #03D738. Grayscale: #797979. Windows color (decimal): -251705 or 13052156. OLE color: 13052156.
HSL color Cylindrical-coordinate representation of color #FC28C7: hue angle of 315º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC28C7 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 199 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.01 |
| HSL | 315º | 0.97% | 0.57% | - |
| HSV(B) | 315º | 0.84% | 0.99% | - |
| XYZ | 51.21 | 26.34 | 56.42 | - |
| YUV | 121.51 | 171.74 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 199 | 0 | 0.84 | 0.21 | 0.01 | 315 | 0.97 | 0.57 |
| Hex | FC | 28 | C7 | 0 | 54 | 15 | 1 | 13B | 61 | 39 |
| Octal | 374 | 50 | 307 | 0 | 124 | 25 | 1 | 473 | 141 | 71 |
| Binary | 11111100 | 101000 | 11000111 | 0 | 1010100 | 10101 | 1 | 100111011 | 1100001 | 111001 |
Color Harmonies of #FC28C7
Complementary color
Monochromatic Colors of #FC28C7
Black with #FC28C7
Text Example
Text Example
White with #FC28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28C7; }
p { color: rgb(252,40,199); }
H1.HeaderClassName
{
color: #FC28C7;
}
.AnyTagClassName
{
color: #FC28C7;
}
</style>
background-color css
<style>
a { background-color: #FC28C7; }
a { background-color: rgb(252,40,199); }
div.DivClassName
{
background-color: #FC28C7;
}
.BgClassName
{
background-color: #FC28C7;
}
</style>
border-color css
<style>
span { border-color: #FC28C7; }
span { border-color: rgb(252,40,199); }
td.TdClassName
{
border-color: #FC28C7;
}
.TagClassName
{
border-color: #FC28C7;
}
</style>