Shades of Razzle Dazzle Rose #FC42C7
Tints of Razzle Dazzle Rose #FC42C7
RGB
CMYK
RGB Variations
Color information
#FC42C7 (or 0xFC42C7) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and C7. RGB value is (252,66,199). Sum of RGB (Red+Green+Blue) = 252+66+199=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42C7 is #03BD38. Grayscale: #888888. Windows color (decimal): -245049 or 13058812. OLE color: 13058812.
HSL color Cylindrical-coordinate representation of color #FC42C7: hue angle of 317.1º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42C7 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 199 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.01 |
| HSL | 317.1º | 0.97% | 0.62% | - |
| HSV(B) | 317.1º | 0.74% | 0.99% | - |
| XYZ | 52.4 | 28.72 | 56.81 | - |
| YUV | 136.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 199 | 0 | 0.74 | 0.21 | 0.01 | 317.1 | 0.97 | 0.62 |
| Hex | FC | 42 | C7 | 0 | 4A | 15 | 1 | 13D | 61 | 3E |
| Octal | 374 | 102 | 307 | 0 | 112 | 25 | 1 | 475 | 141 | 76 |
| Binary | 11111100 | 1000010 | 11000111 | 0 | 1001010 | 10101 | 1 | 100111101 | 1100001 | 111110 |
Color Harmonies of #FC42C7
Complementary color
Monochromatic Colors of #FC42C7
Black with #FC42C7
Text Example
Text Example
White with #FC42C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42C7; }
p { color: rgb(252,66,199); }
H1.HeaderClassName
{
color: #FC42C7;
}
.AnyTagClassName
{
color: #FC42C7;
}
</style>
background-color css
<style>
a { background-color: #FC42C7; }
a { background-color: rgb(252,66,199); }
div.DivClassName
{
background-color: #FC42C7;
}
.BgClassName
{
background-color: #FC42C7;
}
</style>
border-color css
<style>
span { border-color: #FC42C7; }
span { border-color: rgb(252,66,199); }
td.TdClassName
{
border-color: #FC42C7;
}
.TagClassName
{
border-color: #FC42C7;
}
</style>