Shades of Razzle Dazzle Rose #FA49DC
Tints of Razzle Dazzle Rose #FA49DC
RGB
CMYK
RGB Variations
Color information
#FA49DC (or 0xFA49DC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and DC. RGB value is (250,73,220). Sum of RGB (Red+Green+Blue) = 250+73+220=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49DC is #05B623. Grayscale: #8E8E8E. Windows color (decimal): -374308 or 14436858. OLE color: 14436858.
HSL color Cylindrical-coordinate representation of color #FA49DC: hue angle of 310.17º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49DC is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 220 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.02 |
| HSL | 310.17º | 0.95% | 0.63% | - |
| HSV(B) | 310.17º | 0.71% | 0.98% | - |
| XYZ | 54.73 | 30.26 | 70.67 | - |
| YUV | 142.68 | 171.64 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 220 | 0 | 0.71 | 0.12 | 0.02 | 310.17 | 0.95 | 0.63 |
| Hex | FA | 49 | DC | 0 | 47 | C | 2 | 136 | 5F | 3F |
| Octal | 372 | 111 | 334 | 0 | 107 | 14 | 2 | 466 | 137 | 77 |
| Binary | 11111010 | 1001001 | 11011100 | 0 | 1000111 | 1100 | 10 | 100110110 | 1011111 | 111111 |
Color Harmonies of #FA49DC
Complementary color
Monochromatic Colors of #FA49DC
Black with #FA49DC
Text Example
Text Example
White with #FA49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49DC; }
p { color: rgb(250,73,220); }
H1.HeaderClassName
{
color: #FA49DC;
}
.AnyTagClassName
{
color: #FA49DC;
}
</style>
background-color css
<style>
a { background-color: #FA49DC; }
a { background-color: rgb(250,73,220); }
div.DivClassName
{
background-color: #FA49DC;
}
.BgClassName
{
background-color: #FA49DC;
}
</style>
border-color css
<style>
span { border-color: #FA49DC; }
span { border-color: rgb(250,73,220); }
td.TdClassName
{
border-color: #FA49DC;
}
.TagClassName
{
border-color: #FA49DC;
}
</style>