Shades of Razzle Dazzle Rose #FA49C0
Tints of Razzle Dazzle Rose #FA49C0
RGB
CMYK
RGB Variations
Color information
#FA49C0 (or 0xFA49C0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and C0. RGB value is (250,73,192). Sum of RGB (Red+Green+Blue) = 250+73+192=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49C0 is #05B63F. Grayscale: #8B8B8B. Windows color (decimal): -374336 or 12601850. OLE color: 12601850.
HSL color Cylindrical-coordinate representation of color #FA49C0: hue angle of 319.66º 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 #FA49C0 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 192 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.02 |
| HSL | 319.66º | 0.95% | 0.63% | - |
| HSV(B) | 319.66º | 0.71% | 0.98% | - |
| XYZ | 51.32 | 28.89 | 52.74 | - |
| YUV | 139.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 192 | 0 | 0.71 | 0.23 | 0.02 | 319.66 | 0.95 | 0.63 |
| Hex | FA | 49 | C0 | 0 | 47 | 17 | 2 | 140 | 5F | 3F |
| Octal | 372 | 111 | 300 | 0 | 107 | 27 | 2 | 500 | 137 | 77 |
| Binary | 11111010 | 1001001 | 11000000 | 0 | 1000111 | 10111 | 10 | 101000000 | 1011111 | 111111 |
Color Harmonies of #FA49C0
Complementary color
Monochromatic Colors of #FA49C0
Black with #FA49C0
Text Example
Text Example
White with #FA49C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49C0; }
p { color: rgb(250,73,192); }
H1.HeaderClassName
{
color: #FA49C0;
}
.AnyTagClassName
{
color: #FA49C0;
}
</style>
background-color css
<style>
a { background-color: #FA49C0; }
a { background-color: rgb(250,73,192); }
div.DivClassName
{
background-color: #FA49C0;
}
.BgClassName
{
background-color: #FA49C0;
}
</style>
border-color css
<style>
span { border-color: #FA49C0; }
span { border-color: rgb(250,73,192); }
td.TdClassName
{
border-color: #FA49C0;
}
.TagClassName
{
border-color: #FA49C0;
}
</style>