Shades of Razzle Dazzle Rose #FC3BDF
Tints of Razzle Dazzle Rose #FC3BDF
RGB
CMYK
RGB Variations
Color information
#FC3BDF (or 0xFC3BDF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3B and DF. RGB value is (252,59,223). Sum of RGB (Red+Green+Blue) = 252+59+223=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 59 (23.44% from 255 or 11.05% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3BDF is #03C420. Grayscale: #868686. Windows color (decimal): -246817 or 14629884. OLE color: 14629884.
HSL color Cylindrical-coordinate representation of color #FC3BDF: hue angle of 309.02º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3BDF is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 59 | 223 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.01 |
| HSL | 309.02º | 0.97% | 0.61% | - |
| HSV(B) | 309.02º | 0.77% | 0.99% | - |
| XYZ | 55.03 | 29.15 | 72.54 | - |
| YUV | 135.4 | 177.44 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 59 | 223 | 0 | 0.77 | 0.12 | 0.01 | 309.02 | 0.97 | 0.61 |
| Hex | FC | 3B | DF | 0 | 4D | C | 1 | 135 | 61 | 3D |
| Octal | 374 | 73 | 337 | 0 | 115 | 14 | 1 | 465 | 141 | 75 |
| Binary | 11111100 | 111011 | 11011111 | 0 | 1001101 | 1100 | 1 | 100110101 | 1100001 | 111101 |
Color Harmonies of #FC3BDF
Complementary color
Monochromatic Colors of #FC3BDF
Black with #FC3BDF
Text Example
Text Example
White with #FC3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3BDF; }
p { color: rgb(252,59,223); }
H1.HeaderClassName
{
color: #FC3BDF;
}
.AnyTagClassName
{
color: #FC3BDF;
}
</style>
background-color css
<style>
a { background-color: #FC3BDF; }
a { background-color: rgb(252,59,223); }
div.DivClassName
{
background-color: #FC3BDF;
}
.BgClassName
{
background-color: #FC3BDF;
}
</style>
border-color css
<style>
span { border-color: #FC3BDF; }
span { border-color: rgb(252,59,223); }
td.TdClassName
{
border-color: #FC3BDF;
}
.TagClassName
{
border-color: #FC3BDF;
}
</style>