Shades of Razzle Dazzle Rose #FC42C4
Tints of Razzle Dazzle Rose #FC42C4
RGB
CMYK
RGB Variations
Color information
#FC42C4 (or 0xFC42C4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and C4. RGB value is (252,66,196). Sum of RGB (Red+Green+Blue) = 252+66+196=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42C4 is #03BD3B. Grayscale: #888888. Windows color (decimal): -245052 or 12862204. OLE color: 12862204.
HSL color Cylindrical-coordinate representation of color #FC42C4: hue angle of 318.06º 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 #FC42C4 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 196 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.01 |
| HSL | 318.06º | 0.97% | 0.62% | - |
| HSV(B) | 318.06º | 0.74% | 0.99% | - |
| XYZ | 52.06 | 28.58 | 55 | - |
| YUV | 136.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 196 | 0 | 0.74 | 0.22 | 0.01 | 318.06 | 0.97 | 0.62 |
| Hex | FC | 42 | C4 | 0 | 4A | 16 | 1 | 13E | 61 | 3E |
| Octal | 374 | 102 | 304 | 0 | 112 | 26 | 1 | 476 | 141 | 76 |
| Binary | 11111100 | 1000010 | 11000100 | 0 | 1001010 | 10110 | 1 | 100111110 | 1100001 | 111110 |
Color Harmonies of #FC42C4
Complementary color
Monochromatic Colors of #FC42C4
Black with #FC42C4
Text Example
Text Example
White with #FC42C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42C4; }
p { color: rgb(252,66,196); }
H1.HeaderClassName
{
color: #FC42C4;
}
.AnyTagClassName
{
color: #FC42C4;
}
</style>
background-color css
<style>
a { background-color: #FC42C4; }
a { background-color: rgb(252,66,196); }
div.DivClassName
{
background-color: #FC42C4;
}
.BgClassName
{
background-color: #FC42C4;
}
</style>
border-color css
<style>
span { border-color: #FC42C4; }
span { border-color: rgb(252,66,196); }
td.TdClassName
{
border-color: #FC42C4;
}
.TagClassName
{
border-color: #FC42C4;
}
</style>