Shades of Razzle Dazzle Rose #FA47C2
Tints of Razzle Dazzle Rose #FA47C2
RGB
CMYK
RGB Variations
Color information
#FA47C2 (or 0xFA47C2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 47 and C2. RGB value is (250,71,194). Sum of RGB (Red+Green+Blue) = 250+71+194=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47C2 is #05B83D. Grayscale: #8A8A8A. Windows color (decimal): -374846 or 12732410. OLE color: 12732410.
HSL color Cylindrical-coordinate representation of color #FA47C2: hue angle of 318.77º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA47C2 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 194 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.02 |
| HSL | 318.77º | 0.95% | 0.63% | - |
| HSV(B) | 318.77º | 0.72% | 0.98% | - |
| XYZ | 51.42 | 28.73 | 53.87 | - |
| YUV | 138.54 | 159.3 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 194 | 0 | 0.72 | 0.22 | 0.02 | 318.77 | 0.95 | 0.63 |
| Hex | FA | 47 | C2 | 0 | 48 | 16 | 2 | 13F | 5F | 3F |
| Octal | 372 | 107 | 302 | 0 | 110 | 26 | 2 | 477 | 137 | 77 |
| Binary | 11111010 | 1000111 | 11000010 | 0 | 1001000 | 10110 | 10 | 100111111 | 1011111 | 111111 |
Color Harmonies of #FA47C2
Complementary color
Monochromatic Colors of #FA47C2
Black with #FA47C2
Text Example
Text Example
White with #FA47C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA47C2; }
p { color: rgb(250,71,194); }
H1.HeaderClassName
{
color: #FA47C2;
}
.AnyTagClassName
{
color: #FA47C2;
}
</style>
background-color css
<style>
a { background-color: #FA47C2; }
a { background-color: rgb(250,71,194); }
div.DivClassName
{
background-color: #FA47C2;
}
.BgClassName
{
background-color: #FA47C2;
}
</style>
border-color css
<style>
span { border-color: #FA47C2; }
span { border-color: rgb(250,71,194); }
td.TdClassName
{
border-color: #FA47C2;
}
.TagClassName
{
border-color: #FA47C2;
}
</style>