Shades of Razzle Dazzle Rose #FA29EC
Tints of Razzle Dazzle Rose #FA29EC
RGB
CMYK
RGB Variations
Color information
#FA29EC (or 0xFA29EC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and EC. RGB value is (250,41,236). Sum of RGB (Red+Green+Blue) = 250+41+236=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 41 (16.41% from 255 or 7.78% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA29EC is #05D613. Grayscale: #7D7D7D. Windows color (decimal): -382484 or 15477242. OLE color: 15477242.
HSL color Cylindrical-coordinate representation of color #FA29EC: hue angle of 304.02º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA29EC is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 236 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.02 |
| HSL | 304.02º | 0.95% | 0.57% | - |
| HSV(B) | 304.02º | 0.84% | 0.98% | - |
| XYZ | 55.36 | 27.97 | 81.84 | - |
| YUV | 125.72 | 190.24 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 236 | 0 | 0.84 | 0.06 | 0.02 | 304.02 | 0.95 | 0.57 |
| Hex | FA | 29 | EC | 0 | 54 | 6 | 2 | 130 | 5F | 39 |
| Octal | 372 | 51 | 354 | 0 | 124 | 6 | 2 | 460 | 137 | 71 |
| Binary | 11111010 | 101001 | 11101100 | 0 | 1010100 | 110 | 10 | 100110000 | 1011111 | 111001 |
Color Harmonies of #FA29EC
Complementary color
Monochromatic Colors of #FA29EC
Black with #FA29EC
Text Example
Text Example
White with #FA29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29EC; }
p { color: rgb(250,41,236); }
H1.HeaderClassName
{
color: #FA29EC;
}
.AnyTagClassName
{
color: #FA29EC;
}
</style>
background-color css
<style>
a { background-color: #FA29EC; }
a { background-color: rgb(250,41,236); }
div.DivClassName
{
background-color: #FA29EC;
}
.BgClassName
{
background-color: #FA29EC;
}
</style>
border-color css
<style>
span { border-color: #FA29EC; }
span { border-color: rgb(250,41,236); }
td.TdClassName
{
border-color: #FA29EC;
}
.TagClassName
{
border-color: #FA29EC;
}
</style>