Shades of Razzle Dazzle Rose #FC38C0
Tints of Razzle Dazzle Rose #FC38C0
RGB
CMYK
RGB Variations
Color information
#FC38C0 (or 0xFC38C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 38 and C0. RGB value is (252,56,192). Sum of RGB (Red+Green+Blue) = 252+56+192=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC38C0 is #03C73F. Grayscale: #818181. Windows color (decimal): -247616 or 12597500. OLE color: 12597500.
HSL color Cylindrical-coordinate representation of color #FC38C0: hue angle of 318.37º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC38C0 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 192 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.01 |
| HSL | 318.37º | 0.97% | 0.6% | - |
| HSV(B) | 318.37º | 0.78% | 0.99% | - |
| XYZ | 51.07 | 27.33 | 52.45 | - |
| YUV | 130.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 192 | 0 | 0.78 | 0.24 | 0.01 | 318.37 | 0.97 | 0.6 |
| Hex | FC | 38 | C0 | 0 | 4E | 18 | 1 | 13E | 61 | 3C |
| Octal | 374 | 70 | 300 | 0 | 116 | 30 | 1 | 476 | 141 | 74 |
| Binary | 11111100 | 111000 | 11000000 | 0 | 1001110 | 11000 | 1 | 100111110 | 1100001 | 111100 |
Color Harmonies of #FC38C0
Complementary color
Monochromatic Colors of #FC38C0
Black with #FC38C0
Text Example
Text Example
White with #FC38C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC38C0; }
p { color: rgb(252,56,192); }
H1.HeaderClassName
{
color: #FC38C0;
}
.AnyTagClassName
{
color: #FC38C0;
}
</style>
background-color css
<style>
a { background-color: #FC38C0; }
a { background-color: rgb(252,56,192); }
div.DivClassName
{
background-color: #FC38C0;
}
.BgClassName
{
background-color: #FC38C0;
}
</style>
border-color css
<style>
span { border-color: #FC38C0; }
span { border-color: rgb(252,56,192); }
td.TdClassName
{
border-color: #FC38C0;
}
.TagClassName
{
border-color: #FC38C0;
}
</style>