Shades of Razzle Dazzle Rose #FA49C6
Tints of Razzle Dazzle Rose #FA49C6
RGB
CMYK
RGB Variations
Color information
#FA49C6 (or 0xFA49C6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and C6. RGB value is (250,73,198). Sum of RGB (Red+Green+Blue) = 250+73+198=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49C6 is #05B639. Grayscale: #8B8B8B. Windows color (decimal): -374330 or 12995066. OLE color: 12995066.
HSL color Cylindrical-coordinate representation of color #FA49C6: hue angle of 317.63º 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 #FA49C6 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 198 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.02 |
| HSL | 317.63º | 0.95% | 0.63% | - |
| HSV(B) | 317.63º | 0.71% | 0.98% | - |
| XYZ | 52 | 29.17 | 56.32 | - |
| YUV | 140.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 198 | 0 | 0.71 | 0.21 | 0.02 | 317.63 | 0.95 | 0.63 |
| Hex | FA | 49 | C6 | 0 | 47 | 15 | 2 | 13E | 5F | 3F |
| Octal | 372 | 111 | 306 | 0 | 107 | 25 | 2 | 476 | 137 | 77 |
| Binary | 11111010 | 1001001 | 11000110 | 0 | 1000111 | 10101 | 10 | 100111110 | 1011111 | 111111 |
Color Harmonies of #FA49C6
Complementary color
Monochromatic Colors of #FA49C6
Black with #FA49C6
Text Example
Text Example
White with #FA49C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49C6; }
p { color: rgb(250,73,198); }
H1.HeaderClassName
{
color: #FA49C6;
}
.AnyTagClassName
{
color: #FA49C6;
}
</style>
background-color css
<style>
a { background-color: #FA49C6; }
a { background-color: rgb(250,73,198); }
div.DivClassName
{
background-color: #FA49C6;
}
.BgClassName
{
background-color: #FA49C6;
}
</style>
border-color css
<style>
span { border-color: #FA49C6; }
span { border-color: rgb(250,73,198); }
td.TdClassName
{
border-color: #FA49C6;
}
.TagClassName
{
border-color: #FA49C6;
}
</style>