Shades of Persian Rose #FD259A
Tints of Persian Rose #FD259A
RGB
CMYK
RGB Variations
Color information
#FD259A (or 0xFD259A) is known color: Persian Rose. HEX triplet: FD, 25 and 9A. RGB value is (253,37,154). Sum of RGB (Red+Green+Blue) = 253+37+154=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD259A is #02DA65. Grayscale: #727272. Windows color (decimal): -186982 or 10102269. OLE color: 10102269.
HSL color Cylindrical-coordinate representation of color #FD259A: hue angle of 327.5º 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 #FD259A is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 154 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.01 |
| HSL | 327.5º | 0.98% | 0.57% | - |
| HSV(B) | 327.5º | 0.85% | 0.99% | - |
| XYZ | 47 | 24.54 | 32.83 | - |
| YUV | 114.92 | 150.06 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 154 | 0 | 0.85 | 0.39 | 0.01 | 327.5 | 0.98 | 0.57 |
| Hex | FD | 25 | 9A | 0 | 55 | 27 | 1 | 148 | 62 | 39 |
| Octal | 375 | 45 | 232 | 0 | 125 | 47 | 1 | 510 | 142 | 71 |
| Binary | 11111101 | 100101 | 10011010 | 0 | 1010101 | 100111 | 1 | 101001000 | 1100010 | 111001 |
Color Harmonies of #FD259A
Complementary color
Monochromatic Colors of #FD259A
Black with #FD259A
Text Example
Text Example
White with #FD259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD259A; }
p { color: rgb(253,37,154); }
H1.HeaderClassName
{
color: #FD259A;
}
.AnyTagClassName
{
color: #FD259A;
}
</style>
background-color css
<style>
a { background-color: #FD259A; }
a { background-color: rgb(253,37,154); }
div.DivClassName
{
background-color: #FD259A;
}
.BgClassName
{
background-color: #FD259A;
}
</style>
border-color css
<style>
span { border-color: #FD259A; }
span { border-color: rgb(253,37,154); }
td.TdClassName
{
border-color: #FD259A;
}
.TagClassName
{
border-color: #FD259A;
}
</style>