Shades of Razzle Dazzle Rose #FF25C2
Tints of Razzle Dazzle Rose #FF25C2
RGB
CMYK
RGB Variations
Color information
#FF25C2 (or 0xFF25C2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and C2. RGB value is (255,37,194). Sum of RGB (Red+Green+Blue) = 255+37+194=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25C2 is #00DA3D. Grayscale: #777777. Windows color (decimal): -55870 or 12723711. OLE color: 12723711.
HSL color Cylindrical-coordinate representation of color #FF25C2: hue angle of 316.79º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF25C2 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 194 | - |
| CMYK | 0 | 0.85 | 0.24 | 0 |
| HSL | 316.79º | 1% | 0.57% | - |
| HSV(B) | 316.79º | 0.85% | 1% | - |
| XYZ | 51.64 | 26.48 | 53.43 | - |
| YUV | 120.08 | 169.72 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 194 | 0 | 0.85 | 0.24 | 0 | 316.79 | 1 | 0.57 |
| Hex | FF | 25 | C2 | 0 | 55 | 18 | 0 | 13D | 64 | 39 |
| Octal | 377 | 45 | 302 | 0 | 125 | 30 | 0 | 475 | 144 | 71 |
| Binary | 11111111 | 100101 | 11000010 | 0 | 1010101 | 11000 | 0 | 100111101 | 1100100 | 111001 |
Color Harmonies of #FF25C2
Complementary color
Monochromatic Colors of #FF25C2
Black with #FF25C2
Text Example
Text Example
White with #FF25C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25C2; }
p { color: rgb(255,37,194); }
H1.HeaderClassName
{
color: #FF25C2;
}
.AnyTagClassName
{
color: #FF25C2;
}
</style>
background-color css
<style>
a { background-color: #FF25C2; }
a { background-color: rgb(255,37,194); }
div.DivClassName
{
background-color: #FF25C2;
}
.BgClassName
{
background-color: #FF25C2;
}
</style>
border-color css
<style>
span { border-color: #FF25C2; }
span { border-color: rgb(255,37,194); }
td.TdClassName
{
border-color: #FF25C2;
}
.TagClassName
{
border-color: #FF25C2;
}
</style>