Shades of Razzle Dazzle Rose #FC32F7
Tints of Razzle Dazzle Rose #FC32F7
RGB
CMYK
RGB Variations
Color information
#FC32F7 (or 0xFC32F7) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and F7. RGB value is (252,50,247). Sum of RGB (Red+Green+Blue) = 252+50+247=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 50 (19.92% from 255 or 9.11% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC32F7 is #03CD08. Grayscale: #848484. Windows color (decimal): -249097 or 16200444. OLE color: 16200444.
HSL color Cylindrical-coordinate representation of color #FC32F7: hue angle of 301.49º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC32F7 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 247 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.01 |
| HSL | 301.49º | 0.97% | 0.59% | - |
| HSV(B) | 301.49º | 0.8% | 0.99% | - |
| XYZ | 58.07 | 29.69 | 90.67 | - |
| YUV | 132.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 247 | 0 | 0.80 | 0.02 | 0.01 | 301.49 | 0.97 | 0.59 |
| Hex | FC | 32 | F7 | 0 | 50 | 2 | 1 | 12D | 61 | 3B |
| Octal | 374 | 62 | 367 | 0 | 120 | 2 | 1 | 455 | 141 | 73 |
| Binary | 11111100 | 110010 | 11110111 | 0 | 1010000 | 10 | 1 | 100101101 | 1100001 | 111011 |
Color Harmonies of #FC32F7
Complementary color
Monochromatic Colors of #FC32F7
Black with #FC32F7
Text Example
Text Example
White with #FC32F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32F7; }
p { color: rgb(252,50,247); }
H1.HeaderClassName
{
color: #FC32F7;
}
.AnyTagClassName
{
color: #FC32F7;
}
</style>
background-color css
<style>
a { background-color: #FC32F7; }
a { background-color: rgb(252,50,247); }
div.DivClassName
{
background-color: #FC32F7;
}
.BgClassName
{
background-color: #FC32F7;
}
</style>
border-color css
<style>
span { border-color: #FC32F7; }
span { border-color: rgb(252,50,247); }
td.TdClassName
{
border-color: #FC32F7;
}
.TagClassName
{
border-color: #FC32F7;
}
</style>