Shades of Razzle Dazzle Rose #FC28CF
Tints of Razzle Dazzle Rose #FC28CF
RGB
CMYK
RGB Variations
Color information
#FC28CF (or 0xFC28CF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and CF. RGB value is (252,40,207). Sum of RGB (Red+Green+Blue) = 252+40+207=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28CF is #03D730. Grayscale: #797979. Windows color (decimal): -251697 or 13576444. OLE color: 13576444.
HSL color Cylindrical-coordinate representation of color #FC28CF: hue angle of 312.74º 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 #FC28CF is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 207 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.01 |
| HSL | 312.74º | 0.97% | 0.57% | - |
| HSV(B) | 312.74º | 0.84% | 0.99% | - |
| XYZ | 52.17 | 26.72 | 61.44 | - |
| YUV | 122.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 207 | 0 | 0.84 | 0.18 | 0.01 | 312.74 | 0.97 | 0.57 |
| Hex | FC | 28 | CF | 0 | 54 | 12 | 1 | 139 | 61 | 39 |
| Octal | 374 | 50 | 317 | 0 | 124 | 22 | 1 | 471 | 141 | 71 |
| Binary | 11111100 | 101000 | 11001111 | 0 | 1010100 | 10010 | 1 | 100111001 | 1100001 | 111001 |
Color Harmonies of #FC28CF
Complementary color
Monochromatic Colors of #FC28CF
Black with #FC28CF
Text Example
Text Example
White with #FC28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28CF; }
p { color: rgb(252,40,207); }
H1.HeaderClassName
{
color: #FC28CF;
}
.AnyTagClassName
{
color: #FC28CF;
}
</style>
background-color css
<style>
a { background-color: #FC28CF; }
a { background-color: rgb(252,40,207); }
div.DivClassName
{
background-color: #FC28CF;
}
.BgClassName
{
background-color: #FC28CF;
}
</style>
border-color css
<style>
span { border-color: #FC28CF; }
span { border-color: rgb(252,40,207); }
td.TdClassName
{
border-color: #FC28CF;
}
.TagClassName
{
border-color: #FC28CF;
}
</style>