Shades of Razzle Dazzle Rose #FA3AD6
Tints of Razzle Dazzle Rose #FA3AD6
RGB
CMYK
RGB Variations
Color information
#FA3AD6 (or 0xFA3AD6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3A and D6. RGB value is (250,58,214). Sum of RGB (Red+Green+Blue) = 250+58+214=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3AD6 is #05C529. Grayscale: #848484. Windows color (decimal): -378154 or 14039802. OLE color: 14039802.
HSL color Cylindrical-coordinate representation of color #FA3AD6: hue angle of 311.25º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AD6 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 214 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.02 |
| HSL | 311.25º | 0.95% | 0.6% | - |
| HSV(B) | 311.25º | 0.77% | 0.98% | - |
| XYZ | 53.08 | 28.21 | 66.27 | - |
| YUV | 133.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 214 | 0 | 0.77 | 0.14 | 0.02 | 311.25 | 0.95 | 0.6 |
| Hex | FA | 3A | D6 | 0 | 4D | E | 2 | 137 | 5F | 3C |
| Octal | 372 | 72 | 326 | 0 | 115 | 16 | 2 | 467 | 137 | 74 |
| Binary | 11111010 | 111010 | 11010110 | 0 | 1001101 | 1110 | 10 | 100110111 | 1011111 | 111100 |
Color Harmonies of #FA3AD6
Complementary color
Monochromatic Colors of #FA3AD6
Black with #FA3AD6
Text Example
Text Example
White with #FA3AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AD6; }
p { color: rgb(250,58,214); }
H1.HeaderClassName
{
color: #FA3AD6;
}
.AnyTagClassName
{
color: #FA3AD6;
}
</style>
background-color css
<style>
a { background-color: #FA3AD6; }
a { background-color: rgb(250,58,214); }
div.DivClassName
{
background-color: #FA3AD6;
}
.BgClassName
{
background-color: #FA3AD6;
}
</style>
border-color css
<style>
span { border-color: #FA3AD6; }
span { border-color: rgb(250,58,214); }
td.TdClassName
{
border-color: #FA3AD6;
}
.TagClassName
{
border-color: #FA3AD6;
}
</style>