Shades of Razzle Dazzle Rose #FA4DC0
Tints of Razzle Dazzle Rose #FA4DC0
RGB
CMYK
RGB Variations
Color information
#FA4DC0 (or 0xFA4DC0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4D and C0. RGB value is (250,77,192). Sum of RGB (Red+Green+Blue) = 250+77+192=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DC0 is #05B23F. Grayscale: #8D8D8D. Windows color (decimal): -373312 or 12602874. OLE color: 12602874.
HSL color Cylindrical-coordinate representation of color #FA4DC0: hue angle of 320.12º 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 #FA4DC0 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 192 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.02 |
| HSL | 320.12º | 0.95% | 0.64% | - |
| HSV(B) | 320.12º | 0.69% | 0.98% | - |
| XYZ | 51.59 | 29.44 | 52.83 | - |
| YUV | 141.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 192 | 0 | 0.69 | 0.23 | 0.02 | 320.12 | 0.95 | 0.64 |
| Hex | FA | 4D | C0 | 0 | 45 | 17 | 2 | 140 | 5F | 40 |
| Octal | 372 | 115 | 300 | 0 | 105 | 27 | 2 | 500 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11000000 | 0 | 1000101 | 10111 | 10 | 101000000 | 1011111 | 1000000 |
Color Harmonies of #FA4DC0
Complementary color
Monochromatic Colors of #FA4DC0
Black with #FA4DC0
Text Example
Text Example
White with #FA4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DC0; }
p { color: rgb(250,77,192); }
H1.HeaderClassName
{
color: #FA4DC0;
}
.AnyTagClassName
{
color: #FA4DC0;
}
</style>
background-color css
<style>
a { background-color: #FA4DC0; }
a { background-color: rgb(250,77,192); }
div.DivClassName
{
background-color: #FA4DC0;
}
.BgClassName
{
background-color: #FA4DC0;
}
</style>
border-color css
<style>
span { border-color: #FA4DC0; }
span { border-color: rgb(250,77,192); }
td.TdClassName
{
border-color: #FA4DC0;
}
.TagClassName
{
border-color: #FA4DC0;
}
</style>