Shades of Razzle Dazzle Rose #FA4AD4
Tints of Razzle Dazzle Rose #FA4AD4
RGB
CMYK
RGB Variations
Color information
#FA4AD4 (or 0xFA4AD4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4A and D4. RGB value is (250,74,212). Sum of RGB (Red+Green+Blue) = 250+74+212=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4AD4 is #05B52B. Grayscale: #8D8D8D. Windows color (decimal): -374060 or 13912826. OLE color: 13912826.
HSL color Cylindrical-coordinate representation of color #FA4AD4: hue angle of 312.95º 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 #FA4AD4 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 212 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.02 |
| HSL | 312.95º | 0.95% | 0.64% | - |
| HSV(B) | 312.95º | 0.7% | 0.98% | - |
| XYZ | 53.76 | 29.98 | 65.24 | - |
| YUV | 142.36 | 167.31 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 212 | 0 | 0.70 | 0.15 | 0.02 | 312.95 | 0.95 | 0.64 |
| Hex | FA | 4A | D4 | 0 | 46 | F | 2 | 139 | 5F | 40 |
| Octal | 372 | 112 | 324 | 0 | 106 | 17 | 2 | 471 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11010100 | 0 | 1000110 | 1111 | 10 | 100111001 | 1011111 | 1000000 |
Color Harmonies of #FA4AD4
Complementary color
Monochromatic Colors of #FA4AD4
Black with #FA4AD4
Text Example
Text Example
White with #FA4AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AD4; }
p { color: rgb(250,74,212); }
H1.HeaderClassName
{
color: #FA4AD4;
}
.AnyTagClassName
{
color: #FA4AD4;
}
</style>
background-color css
<style>
a { background-color: #FA4AD4; }
a { background-color: rgb(250,74,212); }
div.DivClassName
{
background-color: #FA4AD4;
}
.BgClassName
{
background-color: #FA4AD4;
}
</style>
border-color css
<style>
span { border-color: #FA4AD4; }
span { border-color: rgb(250,74,212); }
td.TdClassName
{
border-color: #FA4AD4;
}
.TagClassName
{
border-color: #FA4AD4;
}
</style>