Shades of Razzle Dazzle Rose #FA4AD6
Tints of Razzle Dazzle Rose #FA4AD6
RGB
CMYK
RGB Variations
Color information
#FA4AD6 (or 0xFA4AD6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4A and D6. RGB value is (250,74,214). Sum of RGB (Red+Green+Blue) = 250+74+214=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4AD6 is #05B529. Grayscale: #8E8E8E. Windows color (decimal): -374058 or 14043898. OLE color: 14043898.
HSL color Cylindrical-coordinate representation of color #FA4AD6: hue angle of 312.27º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4AD6 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 214 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.02 |
| HSL | 312.27º | 0.95% | 0.64% | - |
| HSV(B) | 312.27º | 0.7% | 0.98% | - |
| XYZ | 54.01 | 30.08 | 66.58 | - |
| YUV | 142.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 214 | 0 | 0.70 | 0.14 | 0.02 | 312.27 | 0.95 | 0.64 |
| Hex | FA | 4A | D6 | 0 | 46 | E | 2 | 138 | 5F | 40 |
| Octal | 372 | 112 | 326 | 0 | 106 | 16 | 2 | 470 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11010110 | 0 | 1000110 | 1110 | 10 | 100111000 | 1011111 | 1000000 |
Color Harmonies of #FA4AD6
Complementary color
Monochromatic Colors of #FA4AD6
Black with #FA4AD6
Text Example
Text Example
White with #FA4AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AD6; }
p { color: rgb(250,74,214); }
H1.HeaderClassName
{
color: #FA4AD6;
}
.AnyTagClassName
{
color: #FA4AD6;
}
</style>
background-color css
<style>
a { background-color: #FA4AD6; }
a { background-color: rgb(250,74,214); }
div.DivClassName
{
background-color: #FA4AD6;
}
.BgClassName
{
background-color: #FA4AD6;
}
</style>
border-color css
<style>
span { border-color: #FA4AD6; }
span { border-color: rgb(250,74,214); }
td.TdClassName
{
border-color: #FA4AD6;
}
.TagClassName
{
border-color: #FA4AD6;
}
</style>