Shades of Razzle Dazzle Rose #FA46DF
Tints of Razzle Dazzle Rose #FA46DF
RGB
CMYK
RGB Variations
Color information
#FA46DF (or 0xFA46DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 46 and DF. RGB value is (250,70,223). Sum of RGB (Red+Green+Blue) = 250+70+223=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 70 (27.73% from 255 or 12.89% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46DF is #05B920. Grayscale: #8C8C8C. Windows color (decimal): -375073 or 14632698. OLE color: 14632698.
HSL color Cylindrical-coordinate representation of color #FA46DF: hue angle of 309º 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 #FA46DF is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 223 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.02 |
| HSL | 309º | 0.95% | 0.63% | - |
| HSV(B) | 309º | 0.72% | 0.98% | - |
| XYZ | 54.93 | 30.03 | 72.71 | - |
| YUV | 141.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 223 | 0 | 0.72 | 0.11 | 0.02 | 309 | 0.95 | 0.63 |
| Hex | FA | 46 | DF | 0 | 48 | B | 2 | 135 | 5F | 3F |
| Octal | 372 | 106 | 337 | 0 | 110 | 13 | 2 | 465 | 137 | 77 |
| Binary | 11111010 | 1000110 | 11011111 | 0 | 1001000 | 1011 | 10 | 100110101 | 1011111 | 111111 |
Color Harmonies of #FA46DF
Complementary color
Monochromatic Colors of #FA46DF
Black with #FA46DF
Text Example
Text Example
White with #FA46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46DF; }
p { color: rgb(250,70,223); }
H1.HeaderClassName
{
color: #FA46DF;
}
.AnyTagClassName
{
color: #FA46DF;
}
</style>
background-color css
<style>
a { background-color: #FA46DF; }
a { background-color: rgb(250,70,223); }
div.DivClassName
{
background-color: #FA46DF;
}
.BgClassName
{
background-color: #FA46DF;
}
</style>
border-color css
<style>
span { border-color: #FA46DF; }
span { border-color: rgb(250,70,223); }
td.TdClassName
{
border-color: #FA46DF;
}
.TagClassName
{
border-color: #FA46DF;
}
</style>