Shades of Razzle Dazzle Rose #FA25EC
Tints of Razzle Dazzle Rose #FA25EC
RGB
CMYK
RGB Variations
Color information
#FA25EC (or 0xFA25EC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and EC. RGB value is (250,37,236). Sum of RGB (Red+Green+Blue) = 250+37+236=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 37 (14.84% from 255 or 7.07% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA25EC is #05DA13. Grayscale: #7A7A7A. Windows color (decimal): -383508 or 15476218. OLE color: 15476218.
HSL color Cylindrical-coordinate representation of color #FA25EC: hue angle of 303.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA25EC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 236 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.02 |
| HSL | 303.94º | 0.96% | 0.56% | - |
| HSV(B) | 303.94º | 0.85% | 0.98% | - |
| XYZ | 55.23 | 27.7 | 81.79 | - |
| YUV | 123.37 | 191.57 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 236 | 0 | 0.85 | 0.06 | 0.02 | 303.94 | 0.96 | 0.56 |
| Hex | FA | 25 | EC | 0 | 55 | 6 | 2 | 130 | 60 | 38 |
| Octal | 372 | 45 | 354 | 0 | 125 | 6 | 2 | 460 | 140 | 70 |
| Binary | 11111010 | 100101 | 11101100 | 0 | 1010101 | 110 | 10 | 100110000 | 1100000 | 111000 |
Color Harmonies of #FA25EC
Complementary color
Monochromatic Colors of #FA25EC
Black with #FA25EC
Text Example
Text Example
White with #FA25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25EC; }
p { color: rgb(250,37,236); }
H1.HeaderClassName
{
color: #FA25EC;
}
.AnyTagClassName
{
color: #FA25EC;
}
</style>
background-color css
<style>
a { background-color: #FA25EC; }
a { background-color: rgb(250,37,236); }
div.DivClassName
{
background-color: #FA25EC;
}
.BgClassName
{
background-color: #FA25EC;
}
</style>
border-color css
<style>
span { border-color: #FA25EC; }
span { border-color: rgb(250,37,236); }
td.TdClassName
{
border-color: #FA25EC;
}
.TagClassName
{
border-color: #FA25EC;
}
</style>