Shades of Razzle Dazzle Rose #FA4CCC
Tints of Razzle Dazzle Rose #FA4CCC
RGB
CMYK
RGB Variations
Color information
#FA4CCC (or 0xFA4CCC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4C and CC. RGB value is (250,76,204). Sum of RGB (Red+Green+Blue) = 250+76+204=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4CCC is #05B333. Grayscale: #8E8E8E. Windows color (decimal): -373556 or 13389050. OLE color: 13389050.
HSL color Cylindrical-coordinate representation of color #FA4CCC: hue angle of 315.86º 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 #FA4CCC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 204 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.86º | 0.95% | 0.64% | - |
| HSV(B) | 315.86º | 0.7% | 0.98% | - |
| XYZ | 52.91 | 29.85 | 60.1 | - |
| YUV | 142.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 204 | 0 | 0.70 | 0.18 | 0.02 | 315.86 | 0.95 | 0.64 |
| Hex | FA | 4C | CC | 0 | 46 | 12 | 2 | 13C | 5F | 40 |
| Octal | 372 | 114 | 314 | 0 | 106 | 22 | 2 | 474 | 137 | 100 |
| Binary | 11111010 | 1001100 | 11001100 | 0 | 1000110 | 10010 | 10 | 100111100 | 1011111 | 1000000 |
Color Harmonies of #FA4CCC
Complementary color
Monochromatic Colors of #FA4CCC
Black with #FA4CCC
Text Example
Text Example
White with #FA4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CCC; }
p { color: rgb(250,76,204); }
H1.HeaderClassName
{
color: #FA4CCC;
}
.AnyTagClassName
{
color: #FA4CCC;
}
</style>
background-color css
<style>
a { background-color: #FA4CCC; }
a { background-color: rgb(250,76,204); }
div.DivClassName
{
background-color: #FA4CCC;
}
.BgClassName
{
background-color: #FA4CCC;
}
</style>
border-color css
<style>
span { border-color: #FA4CCC; }
span { border-color: rgb(250,76,204); }
td.TdClassName
{
border-color: #FA4CCC;
}
.TagClassName
{
border-color: #FA4CCC;
}
</style>