Shades of Razzle Dazzle Rose #FC25C8
Tints of Razzle Dazzle Rose #FC25C8
RGB
CMYK
RGB Variations
Color information
#FC25C8 (or 0xFC25C8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 25 and C8. RGB value is (252,37,200). Sum of RGB (Red+Green+Blue) = 252+37+200=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25C8 is #03DA37. Grayscale: #777777. Windows color (decimal): -252472 or 13116924. OLE color: 13116924.
HSL color Cylindrical-coordinate representation of color #FC25C8: hue angle of 314.51º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC25C8 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 200 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.01 |
| HSL | 314.51º | 0.97% | 0.57% | - |
| HSV(B) | 314.51º | 0.85% | 0.99% | - |
| XYZ | 51.23 | 26.19 | 57 | - |
| YUV | 119.87 | 173.23 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 200 | 0 | 0.85 | 0.21 | 0.01 | 314.51 | 0.97 | 0.57 |
| Hex | FC | 25 | C8 | 0 | 55 | 15 | 1 | 13B | 61 | 39 |
| Octal | 374 | 45 | 310 | 0 | 125 | 25 | 1 | 473 | 141 | 71 |
| Binary | 11111100 | 100101 | 11001000 | 0 | 1010101 | 10101 | 1 | 100111011 | 1100001 | 111001 |
Color Harmonies of #FC25C8
Complementary color
Monochromatic Colors of #FC25C8
Black with #FC25C8
Text Example
Text Example
White with #FC25C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC25C8; }
p { color: rgb(252,37,200); }
H1.HeaderClassName
{
color: #FC25C8;
}
.AnyTagClassName
{
color: #FC25C8;
}
</style>
background-color css
<style>
a { background-color: #FC25C8; }
a { background-color: rgb(252,37,200); }
div.DivClassName
{
background-color: #FC25C8;
}
.BgClassName
{
background-color: #FC25C8;
}
</style>
border-color css
<style>
span { border-color: #FC25C8; }
span { border-color: rgb(252,37,200); }
td.TdClassName
{
border-color: #FC25C8;
}
.TagClassName
{
border-color: #FC25C8;
}
</style>