Shades of Razzle Dazzle Rose #FC28C1
Tints of Razzle Dazzle Rose #FC28C1
RGB
CMYK
RGB Variations
Color information
#FC28C1 (or 0xFC28C1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and C1. RGB value is (252,40,193). Sum of RGB (Red+Green+Blue) = 252+40+193=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28C1 is #03D73E. Grayscale: #787878. Windows color (decimal): -251711 or 12658940. OLE color: 12658940.
HSL color Cylindrical-coordinate representation of color #FC28C1: hue angle of 316.7º 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 #FC28C1 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 193 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.01 |
| HSL | 316.7º | 0.97% | 0.57% | - |
| HSV(B) | 316.7º | 0.84% | 0.99% | - |
| XYZ | 50.53 | 26.06 | 52.82 | - |
| YUV | 120.83 | 168.74 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 193 | 0 | 0.84 | 0.23 | 0.01 | 316.7 | 0.97 | 0.57 |
| Hex | FC | 28 | C1 | 0 | 54 | 17 | 1 | 13D | 61 | 39 |
| Octal | 374 | 50 | 301 | 0 | 124 | 27 | 1 | 475 | 141 | 71 |
| Binary | 11111100 | 101000 | 11000001 | 0 | 1010100 | 10111 | 1 | 100111101 | 1100001 | 111001 |
Color Harmonies of #FC28C1
Complementary color
Monochromatic Colors of #FC28C1
Black with #FC28C1
Text Example
Text Example
White with #FC28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28C1; }
p { color: rgb(252,40,193); }
H1.HeaderClassName
{
color: #FC28C1;
}
.AnyTagClassName
{
color: #FC28C1;
}
</style>
background-color css
<style>
a { background-color: #FC28C1; }
a { background-color: rgb(252,40,193); }
div.DivClassName
{
background-color: #FC28C1;
}
.BgClassName
{
background-color: #FC28C1;
}
</style>
border-color css
<style>
span { border-color: #FC28C1; }
span { border-color: rgb(252,40,193); }
td.TdClassName
{
border-color: #FC28C1;
}
.TagClassName
{
border-color: #FC28C1;
}
</style>