Shades of Razzle Dazzle Rose #FF25CD
Tints of Razzle Dazzle Rose #FF25CD
RGB
CMYK
RGB Variations
Color information
#FF25CD (or 0xFF25CD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and CD. RGB value is (255,37,205). Sum of RGB (Red+Green+Blue) = 255+37+205=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25CD is #00DA32. Grayscale: #787878. Windows color (decimal): -55859 or 13444607. OLE color: 13444607.
HSL color Cylindrical-coordinate representation of color #FF25CD: hue angle of 313.76º 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 #FF25CD is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 205 | - |
| CMYK | 0 | 0.85 | 0.20 | 0 |
| HSL | 313.76º | 1% | 0.57% | - |
| HSV(B) | 313.76º | 0.85% | 1% | - |
| XYZ | 52.92 | 26.99 | 60.18 | - |
| YUV | 121.33 | 175.22 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 205 | 0 | 0.85 | 0.20 | 0 | 313.76 | 1 | 0.57 |
| Hex | FF | 25 | CD | 0 | 55 | 14 | 0 | 13A | 64 | 39 |
| Octal | 377 | 45 | 315 | 0 | 125 | 24 | 0 | 472 | 144 | 71 |
| Binary | 11111111 | 100101 | 11001101 | 0 | 1010101 | 10100 | 0 | 100111010 | 1100100 | 111001 |
Color Harmonies of #FF25CD
Complementary color
Monochromatic Colors of #FF25CD
Black with #FF25CD
Text Example
Text Example
White with #FF25CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25CD; }
p { color: rgb(255,37,205); }
H1.HeaderClassName
{
color: #FF25CD;
}
.AnyTagClassName
{
color: #FF25CD;
}
</style>
background-color css
<style>
a { background-color: #FF25CD; }
a { background-color: rgb(255,37,205); }
div.DivClassName
{
background-color: #FF25CD;
}
.BgClassName
{
background-color: #FF25CD;
}
</style>
border-color css
<style>
span { border-color: #FF25CD; }
span { border-color: rgb(255,37,205); }
td.TdClassName
{
border-color: #FF25CD;
}
.TagClassName
{
border-color: #FF25CD;
}
</style>