Shades of Razzle Dazzle Rose #FC3BE3
Tints of Razzle Dazzle Rose #FC3BE3
RGB
CMYK
RGB Variations
Color information
#FC3BE3 (or 0xFC3BE3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3B and E3. RGB value is (252,59,227). Sum of RGB (Red+Green+Blue) = 252+59+227=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 59 (23.44% from 255 or 10.97% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3BE3 is #03C41C. Grayscale: #878787. Windows color (decimal): -246813 or 14892028. OLE color: 14892028.
HSL color Cylindrical-coordinate representation of color #FC3BE3: hue angle of 307.77º 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 #FC3BE3 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 59 | 227 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.01 |
| HSL | 307.77º | 0.97% | 0.61% | - |
| HSV(B) | 307.77º | 0.77% | 0.99% | - |
| XYZ | 55.57 | 29.37 | 75.41 | - |
| YUV | 135.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 59 | 227 | 0 | 0.77 | 0.10 | 0.01 | 307.77 | 0.97 | 0.61 |
| Hex | FC | 3B | E3 | 0 | 4D | A | 1 | 134 | 61 | 3D |
| Octal | 374 | 73 | 343 | 0 | 115 | 12 | 1 | 464 | 141 | 75 |
| Binary | 11111100 | 111011 | 11100011 | 0 | 1001101 | 1010 | 1 | 100110100 | 1100001 | 111101 |
Color Harmonies of #FC3BE3
Complementary color
Monochromatic Colors of #FC3BE3
Black with #FC3BE3
Text Example
Text Example
White with #FC3BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3BE3; }
p { color: rgb(252,59,227); }
H1.HeaderClassName
{
color: #FC3BE3;
}
.AnyTagClassName
{
color: #FC3BE3;
}
</style>
background-color css
<style>
a { background-color: #FC3BE3; }
a { background-color: rgb(252,59,227); }
div.DivClassName
{
background-color: #FC3BE3;
}
.BgClassName
{
background-color: #FC3BE3;
}
</style>
border-color css
<style>
span { border-color: #FC3BE3; }
span { border-color: rgb(252,59,227); }
td.TdClassName
{
border-color: #FC3BE3;
}
.TagClassName
{
border-color: #FC3BE3;
}
</style>