Shades of Razzle Dazzle Rose #FC2CF0
Tints of Razzle Dazzle Rose #FC2CF0
RGB
CMYK
RGB Variations
Color information
#FC2CF0 (or 0xFC2CF0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2C and F0. RGB value is (252,44,240). Sum of RGB (Red+Green+Blue) = 252+44+240=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 44 (17.58% from 255 or 8.21% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2CF0 is #03D30F. Grayscale: #7F7F7F. Windows color (decimal): -250640 or 15740156. OLE color: 15740156.
HSL color Cylindrical-coordinate representation of color #FC2CF0: hue angle of 303.46º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2CF0 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 240 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.01 |
| HSL | 303.46º | 0.97% | 0.58% | - |
| HSV(B) | 303.46º | 0.83% | 0.99% | - |
| XYZ | 56.77 | 28.79 | 85 | - |
| YUV | 128.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 240 | 0 | 0.83 | 0.05 | 0.01 | 303.46 | 0.97 | 0.58 |
| Hex | FC | 2C | F0 | 0 | 53 | 5 | 1 | 12F | 61 | 3A |
| Octal | 374 | 54 | 360 | 0 | 123 | 5 | 1 | 457 | 141 | 72 |
| Binary | 11111100 | 101100 | 11110000 | 0 | 1010011 | 101 | 1 | 100101111 | 1100001 | 111010 |
Color Harmonies of #FC2CF0
Complementary color
Monochromatic Colors of #FC2CF0
Black with #FC2CF0
Text Example
Text Example
White with #FC2CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CF0; }
p { color: rgb(252,44,240); }
H1.HeaderClassName
{
color: #FC2CF0;
}
.AnyTagClassName
{
color: #FC2CF0;
}
</style>
background-color css
<style>
a { background-color: #FC2CF0; }
a { background-color: rgb(252,44,240); }
div.DivClassName
{
background-color: #FC2CF0;
}
.BgClassName
{
background-color: #FC2CF0;
}
</style>
border-color css
<style>
span { border-color: #FC2CF0; }
span { border-color: rgb(252,44,240); }
td.TdClassName
{
border-color: #FC2CF0;
}
.TagClassName
{
border-color: #FC2CF0;
}
</style>