Shades of Razzle Dazzle Rose #FF25D4
Tints of Razzle Dazzle Rose #FF25D4
RGB
CMYK
RGB Variations
Color information
#FF25D4 (or 0xFF25D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and D4. RGB value is (255,37,212). Sum of RGB (Red+Green+Blue) = 255+37+212=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25D4 is #00DA2B. Grayscale: #797979. Windows color (decimal): -55852 or 13903359. OLE color: 13903359.
HSL color Cylindrical-coordinate representation of color #FF25D4: hue angle of 311.83º 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 #FF25D4 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 212 | - |
| CMYK | 0 | 0.85 | 0.17 | 0 |
| HSL | 311.83º | 1% | 0.57% | - |
| HSV(B) | 311.83º | 0.85% | 1% | - |
| XYZ | 53.79 | 27.34 | 64.73 | - |
| YUV | 122.13 | 178.72 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 212 | 0 | 0.85 | 0.17 | 0 | 311.83 | 1 | 0.57 |
| Hex | FF | 25 | D4 | 0 | 55 | 11 | 0 | 138 | 64 | 39 |
| Octal | 377 | 45 | 324 | 0 | 125 | 21 | 0 | 470 | 144 | 71 |
| Binary | 11111111 | 100101 | 11010100 | 0 | 1010101 | 10001 | 0 | 100111000 | 1100100 | 111001 |
Color Harmonies of #FF25D4
Complementary color
Monochromatic Colors of #FF25D4
Black with #FF25D4
Text Example
Text Example
White with #FF25D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25D4; }
p { color: rgb(255,37,212); }
H1.HeaderClassName
{
color: #FF25D4;
}
.AnyTagClassName
{
color: #FF25D4;
}
</style>
background-color css
<style>
a { background-color: #FF25D4; }
a { background-color: rgb(255,37,212); }
div.DivClassName
{
background-color: #FF25D4;
}
.BgClassName
{
background-color: #FF25D4;
}
</style>
border-color css
<style>
span { border-color: #FF25D4; }
span { border-color: rgb(255,37,212); }
td.TdClassName
{
border-color: #FF25D4;
}
.TagClassName
{
border-color: #FF25D4;
}
</style>