Shades of Razzle Dazzle Rose #FA4CCD
Tints of Razzle Dazzle Rose #FA4CCD
RGB
CMYK
RGB Variations
Color information
#FA4CCD (or 0xFA4CCD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4C and CD. RGB value is (250,76,205). Sum of RGB (Red+Green+Blue) = 250+76+205=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4CCD is #05B332. Grayscale: #8E8E8E. Windows color (decimal): -373555 or 13454586. OLE color: 13454586.
HSL color Cylindrical-coordinate representation of color #FA4CCD: hue angle of 315.52º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4CCD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 205 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.52º | 0.95% | 0.64% | - |
| HSV(B) | 315.52º | 0.7% | 0.98% | - |
| XYZ | 53.03 | 29.9 | 60.73 | - |
| YUV | 142.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 205 | 0 | 0.70 | 0.18 | 0.02 | 315.52 | 0.95 | 0.64 |
| Hex | FA | 4C | CD | 0 | 46 | 12 | 2 | 13C | 5F | 40 |
| Octal | 372 | 114 | 315 | 0 | 106 | 22 | 2 | 474 | 137 | 100 |
| Binary | 11111010 | 1001100 | 11001101 | 0 | 1000110 | 10010 | 10 | 100111100 | 1011111 | 1000000 |
Color Harmonies of #FA4CCD
Complementary color
Monochromatic Colors of #FA4CCD
Black with #FA4CCD
Text Example
Text Example
White with #FA4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CCD; }
p { color: rgb(250,76,205); }
H1.HeaderClassName
{
color: #FA4CCD;
}
.AnyTagClassName
{
color: #FA4CCD;
}
</style>
background-color css
<style>
a { background-color: #FA4CCD; }
a { background-color: rgb(250,76,205); }
div.DivClassName
{
background-color: #FA4CCD;
}
.BgClassName
{
background-color: #FA4CCD;
}
</style>
border-color css
<style>
span { border-color: #FA4CCD; }
span { border-color: rgb(250,76,205); }
td.TdClassName
{
border-color: #FA4CCD;
}
.TagClassName
{
border-color: #FA4CCD;
}
</style>