Shades of Razzle Dazzle Rose #FA46E5
Tints of Razzle Dazzle Rose #FA46E5
RGB
CMYK
RGB Variations
Color information
#FA46E5 (or 0xFA46E5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 46 and E5. RGB value is (250,70,229). Sum of RGB (Red+Green+Blue) = 250+70+229=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 70 (27.73% from 255 or 12.75% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46E5 is #05B91A. Grayscale: #8D8D8D. Windows color (decimal): -375067 or 15025914. OLE color: 15025914.
HSL color Cylindrical-coordinate representation of color #FA46E5: hue angle of 307º 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 #FA46E5 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 229 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.02 |
| HSL | 307º | 0.95% | 0.63% | - |
| HSV(B) | 307º | 0.72% | 0.98% | - |
| XYZ | 55.76 | 30.36 | 77.05 | - |
| YUV | 141.95 | 177.13 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 229 | 0 | 0.72 | 0.08 | 0.02 | 307 | 0.95 | 0.63 |
| Hex | FA | 46 | E5 | 0 | 48 | 8 | 2 | 133 | 5F | 3F |
| Octal | 372 | 106 | 345 | 0 | 110 | 10 | 2 | 463 | 137 | 77 |
| Binary | 11111010 | 1000110 | 11100101 | 0 | 1001000 | 1000 | 10 | 100110011 | 1011111 | 111111 |
Color Harmonies of #FA46E5
Complementary color
Monochromatic Colors of #FA46E5
Black with #FA46E5
Text Example
Text Example
White with #FA46E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46E5; }
p { color: rgb(250,70,229); }
H1.HeaderClassName
{
color: #FA46E5;
}
.AnyTagClassName
{
color: #FA46E5;
}
</style>
background-color css
<style>
a { background-color: #FA46E5; }
a { background-color: rgb(250,70,229); }
div.DivClassName
{
background-color: #FA46E5;
}
.BgClassName
{
background-color: #FA46E5;
}
</style>
border-color css
<style>
span { border-color: #FA46E5; }
span { border-color: rgb(250,70,229); }
td.TdClassName
{
border-color: #FA46E5;
}
.TagClassName
{
border-color: #FA46E5;
}
</style>