Shades of Persian Rose #FD259E
Tints of Persian Rose #FD259E
RGB
CMYK
RGB Variations
Color information
#FD259E (or 0xFD259E) is known color: Persian Rose. HEX triplet: FD, 25 and 9E. RGB value is (253,37,158). Sum of RGB (Red+Green+Blue) = 253+37+158=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD259E is #02DA61. Grayscale: #737373. Windows color (decimal): -186978 or 10364413. OLE color: 10364413.
HSL color Cylindrical-coordinate representation of color #FD259E: hue angle of 326.39º degrees, saturation: 0.98, 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 #FD259E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 158 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.01 |
| HSL | 326.39º | 0.98% | 0.57% | - |
| HSV(B) | 326.39º | 0.85% | 0.99% | - |
| XYZ | 47.34 | 24.67 | 34.62 | - |
| YUV | 115.38 | 152.06 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 158 | 0 | 0.85 | 0.38 | 0.01 | 326.39 | 0.98 | 0.57 |
| Hex | FD | 25 | 9E | 0 | 55 | 26 | 1 | 146 | 62 | 39 |
| Octal | 375 | 45 | 236 | 0 | 125 | 46 | 1 | 506 | 142 | 71 |
| Binary | 11111101 | 100101 | 10011110 | 0 | 1010101 | 100110 | 1 | 101000110 | 1100010 | 111001 |
Color Harmonies of #FD259E
Complementary color
Monochromatic Colors of #FD259E
Black with #FD259E
Text Example
Text Example
White with #FD259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD259E; }
p { color: rgb(253,37,158); }
H1.HeaderClassName
{
color: #FD259E;
}
.AnyTagClassName
{
color: #FD259E;
}
</style>
background-color css
<style>
a { background-color: #FD259E; }
a { background-color: rgb(253,37,158); }
div.DivClassName
{
background-color: #FD259E;
}
.BgClassName
{
background-color: #FD259E;
}
</style>
border-color css
<style>
span { border-color: #FD259E; }
span { border-color: rgb(253,37,158); }
td.TdClassName
{
border-color: #FD259E;
}
.TagClassName
{
border-color: #FD259E;
}
</style>