Shades of Razzle Dazzle Rose #FA49D0
Tints of Razzle Dazzle Rose #FA49D0
RGB
CMYK
RGB Variations
Color information
#FA49D0 (or 0xFA49D0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and D0. RGB value is (250,73,208). Sum of RGB (Red+Green+Blue) = 250+73+208=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49D0 is #05B62F. Grayscale: #8C8C8C. Windows color (decimal): -374320 or 13650426. OLE color: 13650426.
HSL color Cylindrical-coordinate representation of color #FA49D0: hue angle of 314.24º 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 #FA49D0 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 208 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.02 |
| HSL | 314.24º | 0.95% | 0.63% | - |
| HSV(B) | 314.24º | 0.71% | 0.98% | - |
| XYZ | 53.19 | 29.64 | 62.59 | - |
| YUV | 141.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 208 | 0 | 0.71 | 0.17 | 0.02 | 314.24 | 0.95 | 0.63 |
| Hex | FA | 49 | D0 | 0 | 47 | 11 | 2 | 13A | 5F | 3F |
| Octal | 372 | 111 | 320 | 0 | 107 | 21 | 2 | 472 | 137 | 77 |
| Binary | 11111010 | 1001001 | 11010000 | 0 | 1000111 | 10001 | 10 | 100111010 | 1011111 | 111111 |
Color Harmonies of #FA49D0
Complementary color
Monochromatic Colors of #FA49D0
Black with #FA49D0
Text Example
Text Example
White with #FA49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49D0; }
p { color: rgb(250,73,208); }
H1.HeaderClassName
{
color: #FA49D0;
}
.AnyTagClassName
{
color: #FA49D0;
}
</style>
background-color css
<style>
a { background-color: #FA49D0; }
a { background-color: rgb(250,73,208); }
div.DivClassName
{
background-color: #FA49D0;
}
.BgClassName
{
background-color: #FA49D0;
}
</style>
border-color css
<style>
span { border-color: #FA49D0; }
span { border-color: rgb(250,73,208); }
td.TdClassName
{
border-color: #FA49D0;
}
.TagClassName
{
border-color: #FA49D0;
}
</style>