Shades of Razzle Dazzle Rose #FA25C0
Tints of Razzle Dazzle Rose #FA25C0
RGB
CMYK
RGB Variations
Color information
#FA25C0 (or 0xFA25C0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and C0. RGB value is (250,37,192). Sum of RGB (Red+Green+Blue) = 250+37+192=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25C0 is #05DA3F. Grayscale: #757575. Windows color (decimal): -383552 or 12592634. OLE color: 12592634.
HSL color Cylindrical-coordinate representation of color #FA25C0: hue angle of 316.34º 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 #FA25C0 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 192 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.02 |
| HSL | 316.34º | 0.96% | 0.56% | - |
| HSV(B) | 316.34º | 0.85% | 0.98% | - |
| XYZ | 49.6 | 25.45 | 52.17 | - |
| YUV | 118.36 | 169.57 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 192 | 0 | 0.85 | 0.23 | 0.02 | 316.34 | 0.96 | 0.56 |
| Hex | FA | 25 | C0 | 0 | 55 | 17 | 2 | 13C | 60 | 38 |
| Octal | 372 | 45 | 300 | 0 | 125 | 27 | 2 | 474 | 140 | 70 |
| Binary | 11111010 | 100101 | 11000000 | 0 | 1010101 | 10111 | 10 | 100111100 | 1100000 | 111000 |
Color Harmonies of #FA25C0
Complementary color
Monochromatic Colors of #FA25C0
Black with #FA25C0
Text Example
Text Example
White with #FA25C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25C0; }
p { color: rgb(250,37,192); }
H1.HeaderClassName
{
color: #FA25C0;
}
.AnyTagClassName
{
color: #FA25C0;
}
</style>
background-color css
<style>
a { background-color: #FA25C0; }
a { background-color: rgb(250,37,192); }
div.DivClassName
{
background-color: #FA25C0;
}
.BgClassName
{
background-color: #FA25C0;
}
</style>
border-color css
<style>
span { border-color: #FA25C0; }
span { border-color: rgb(250,37,192); }
td.TdClassName
{
border-color: #FA25C0;
}
.TagClassName
{
border-color: #FA25C0;
}
</style>