Shades of Razzle Dazzle Rose #FA4ACD
Tints of Razzle Dazzle Rose #FA4ACD
RGB
CMYK
RGB Variations
Color information
#FA4ACD (or 0xFA4ACD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4A and CD. RGB value is (250,74,205). Sum of RGB (Red+Green+Blue) = 250+74+205=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4ACD is #05B532. Grayscale: #8D8D8D. Windows color (decimal): -374067 or 13454074. OLE color: 13454074.
HSL color Cylindrical-coordinate representation of color #FA4ACD: hue angle of 315.34º 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 #FA4ACD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 205 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.34º | 0.95% | 0.64% | - |
| HSV(B) | 315.34º | 0.7% | 0.98% | - |
| XYZ | 52.89 | 29.63 | 60.69 | - |
| YUV | 141.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 205 | 0 | 0.70 | 0.18 | 0.02 | 315.34 | 0.95 | 0.64 |
| Hex | FA | 4A | CD | 0 | 46 | 12 | 2 | 13B | 5F | 40 |
| Octal | 372 | 112 | 315 | 0 | 106 | 22 | 2 | 473 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11001101 | 0 | 1000110 | 10010 | 10 | 100111011 | 1011111 | 1000000 |
Color Harmonies of #FA4ACD
Complementary color
Monochromatic Colors of #FA4ACD
Black with #FA4ACD
Text Example
Text Example
White with #FA4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4ACD; }
p { color: rgb(250,74,205); }
H1.HeaderClassName
{
color: #FA4ACD;
}
.AnyTagClassName
{
color: #FA4ACD;
}
</style>
background-color css
<style>
a { background-color: #FA4ACD; }
a { background-color: rgb(250,74,205); }
div.DivClassName
{
background-color: #FA4ACD;
}
.BgClassName
{
background-color: #FA4ACD;
}
</style>
border-color css
<style>
span { border-color: #FA4ACD; }
span { border-color: rgb(250,74,205); }
td.TdClassName
{
border-color: #FA4ACD;
}
.TagClassName
{
border-color: #FA4ACD;
}
</style>