Shades of Razzle Dazzle Rose #FA46C0
Tints of Razzle Dazzle Rose #FA46C0
RGB
CMYK
RGB Variations
Color information
#FA46C0 (or 0xFA46C0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 46 and C0. RGB value is (250,70,192). Sum of RGB (Red+Green+Blue) = 250+70+192=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46C0 is #05B93F. Grayscale: #898989. Windows color (decimal): -375104 or 12601082. OLE color: 12601082.
HSL color Cylindrical-coordinate representation of color #FA46C0: hue angle of 319.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA46C0 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 192 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.02 |
| HSL | 319.33º | 0.95% | 0.63% | - |
| HSV(B) | 319.33º | 0.72% | 0.98% | - |
| XYZ | 51.13 | 28.51 | 52.68 | - |
| YUV | 137.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 192 | 0 | 0.72 | 0.23 | 0.02 | 319.33 | 0.95 | 0.63 |
| Hex | FA | 46 | C0 | 0 | 48 | 17 | 2 | 13F | 5F | 3F |
| Octal | 372 | 106 | 300 | 0 | 110 | 27 | 2 | 477 | 137 | 77 |
| Binary | 11111010 | 1000110 | 11000000 | 0 | 1001000 | 10111 | 10 | 100111111 | 1011111 | 111111 |
Color Harmonies of #FA46C0
Complementary color
Monochromatic Colors of #FA46C0
Black with #FA46C0
Text Example
Text Example
White with #FA46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46C0; }
p { color: rgb(250,70,192); }
H1.HeaderClassName
{
color: #FA46C0;
}
.AnyTagClassName
{
color: #FA46C0;
}
</style>
background-color css
<style>
a { background-color: #FA46C0; }
a { background-color: rgb(250,70,192); }
div.DivClassName
{
background-color: #FA46C0;
}
.BgClassName
{
background-color: #FA46C0;
}
</style>
border-color css
<style>
span { border-color: #FA46C0; }
span { border-color: rgb(250,70,192); }
td.TdClassName
{
border-color: #FA46C0;
}
.TagClassName
{
border-color: #FA46C0;
}
</style>