Shades of Razzle Dazzle Rose #FA4DCD
Tints of Razzle Dazzle Rose #FA4DCD
RGB
CMYK
RGB Variations
Color information
#FA4DCD (or 0xFA4DCD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4D and CD. RGB value is (250,77,205). Sum of RGB (Red+Green+Blue) = 250+77+205=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DCD is #05B232. Grayscale: #8E8E8E. Windows color (decimal): -373299 or 13454842. OLE color: 13454842.
HSL color Cylindrical-coordinate representation of color #FA4DCD: hue angle of 315.61º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DCD is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 205 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.02 |
| HSL | 315.61º | 0.95% | 0.64% | - |
| HSV(B) | 315.61º | 0.69% | 0.98% | - |
| XYZ | 53.1 | 30.04 | 60.76 | - |
| YUV | 143.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 205 | 0 | 0.69 | 0.18 | 0.02 | 315.61 | 0.95 | 0.64 |
| Hex | FA | 4D | CD | 0 | 45 | 12 | 2 | 13C | 5F | 40 |
| Octal | 372 | 115 | 315 | 0 | 105 | 22 | 2 | 474 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11001101 | 0 | 1000101 | 10010 | 10 | 100111100 | 1011111 | 1000000 |
Color Harmonies of #FA4DCD
Complementary color
Monochromatic Colors of #FA4DCD
Black with #FA4DCD
Text Example
Text Example
White with #FA4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DCD; }
p { color: rgb(250,77,205); }
H1.HeaderClassName
{
color: #FA4DCD;
}
.AnyTagClassName
{
color: #FA4DCD;
}
</style>
background-color css
<style>
a { background-color: #FA4DCD; }
a { background-color: rgb(250,77,205); }
div.DivClassName
{
background-color: #FA4DCD;
}
.BgClassName
{
background-color: #FA4DCD;
}
</style>
border-color css
<style>
span { border-color: #FA4DCD; }
span { border-color: rgb(250,77,205); }
td.TdClassName
{
border-color: #FA4DCD;
}
.TagClassName
{
border-color: #FA4DCD;
}
</style>