Shades of Razzle Dazzle Rose #FF25DC
Tints of Razzle Dazzle Rose #FF25DC
RGB
CMYK
RGB Variations
Color information
#FF25DC (or 0xFF25DC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and DC. RGB value is (255,37,220). Sum of RGB (Red+Green+Blue) = 255+37+220=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25DC is #00DA23. Grayscale: #7A7A7A. Windows color (decimal): -55844 or 14427647. OLE color: 14427647.
HSL color Cylindrical-coordinate representation of color #FF25DC: hue angle of 309.63º 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 #FF25DC is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 220 | - |
| CMYK | 0 | 0.85 | 0.14 | 0 |
| HSL | 309.63º | 1% | 0.57% | - |
| HSV(B) | 309.63º | 0.85% | 1% | - |
| XYZ | 54.82 | 27.75 | 70.18 | - |
| YUV | 123.04 | 182.72 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 220 | 0 | 0.85 | 0.14 | 0 | 309.63 | 1 | 0.57 |
| Hex | FF | 25 | DC | 0 | 55 | E | 0 | 136 | 64 | 39 |
| Octal | 377 | 45 | 334 | 0 | 125 | 16 | 0 | 466 | 144 | 71 |
| Binary | 11111111 | 100101 | 11011100 | 0 | 1010101 | 1110 | 0 | 100110110 | 1100100 | 111001 |
Color Harmonies of #FF25DC
Complementary color
Monochromatic Colors of #FF25DC
Black with #FF25DC
Text Example
Text Example
White with #FF25DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25DC; }
p { color: rgb(255,37,220); }
H1.HeaderClassName
{
color: #FF25DC;
}
.AnyTagClassName
{
color: #FF25DC;
}
</style>
background-color css
<style>
a { background-color: #FF25DC; }
a { background-color: rgb(255,37,220); }
div.DivClassName
{
background-color: #FF25DC;
}
.BgClassName
{
background-color: #FF25DC;
}
</style>
border-color css
<style>
span { border-color: #FF25DC; }
span { border-color: rgb(255,37,220); }
td.TdClassName
{
border-color: #FF25DC;
}
.TagClassName
{
border-color: #FF25DC;
}
</style>