Shades of Persian Rose #FD259B
Tints of Persian Rose #FD259B
RGB
CMYK
RGB Variations
Color information
#FD259B (or 0xFD259B) is known color: Persian Rose. HEX triplet: FD, 25 and 9B. RGB value is (253,37,155). Sum of RGB (Red+Green+Blue) = 253+37+155=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD259B is #02DA64. Grayscale: #727272. Windows color (decimal): -186981 or 10167805. OLE color: 10167805.
HSL color Cylindrical-coordinate representation of color #FD259B: hue angle of 327.22º 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 #FD259B is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 155 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.01 |
| HSL | 327.22º | 0.98% | 0.57% | - |
| HSV(B) | 327.22º | 0.85% | 0.99% | - |
| XYZ | 47.09 | 24.57 | 33.27 | - |
| YUV | 115.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 155 | 0 | 0.85 | 0.39 | 0.01 | 327.22 | 0.98 | 0.57 |
| Hex | FD | 25 | 9B | 0 | 55 | 27 | 1 | 147 | 62 | 39 |
| Octal | 375 | 45 | 233 | 0 | 125 | 47 | 1 | 507 | 142 | 71 |
| Binary | 11111101 | 100101 | 10011011 | 0 | 1010101 | 100111 | 1 | 101000111 | 1100010 | 111001 |
Color Harmonies of #FD259B
Complementary color
Monochromatic Colors of #FD259B
Black with #FD259B
Text Example
Text Example
White with #FD259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD259B; }
p { color: rgb(253,37,155); }
H1.HeaderClassName
{
color: #FD259B;
}
.AnyTagClassName
{
color: #FD259B;
}
</style>
background-color css
<style>
a { background-color: #FD259B; }
a { background-color: rgb(253,37,155); }
div.DivClassName
{
background-color: #FD259B;
}
.BgClassName
{
background-color: #FD259B;
}
</style>
border-color css
<style>
span { border-color: #FD259B; }
span { border-color: rgb(253,37,155); }
td.TdClassName
{
border-color: #FD259B;
}
.TagClassName
{
border-color: #FD259B;
}
</style>