Shades of Persian Rose #FD2898
Tints of Persian Rose #FD2898
RGB
CMYK
RGB Variations
Color information
#FD2898 (or 0xFD2898) is known color: Persian Rose. HEX triplet: FD, 28 and 98. RGB value is (253,40,152). Sum of RGB (Red+Green+Blue) = 253+40+152=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2898 is #02D767. Grayscale: #747474. Windows color (decimal): -186216 or 9971965. OLE color: 9971965.
HSL color Cylindrical-coordinate representation of color #FD2898: hue angle of 328.45º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2898 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 152 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.01 |
| HSL | 328.45º | 0.98% | 0.57% | - |
| HSV(B) | 328.45º | 0.84% | 0.99% | - |
| XYZ | 46.93 | 24.67 | 31.99 | - |
| YUV | 116.46 | 148.07 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 152 | 0 | 0.84 | 0.40 | 0.01 | 328.45 | 0.98 | 0.57 |
| Hex | FD | 28 | 98 | 0 | 54 | 28 | 1 | 148 | 62 | 39 |
| Octal | 375 | 50 | 230 | 0 | 124 | 50 | 1 | 510 | 142 | 71 |
| Binary | 11111101 | 101000 | 10011000 | 0 | 1010100 | 101000 | 1 | 101001000 | 1100010 | 111001 |
Color Harmonies of #FD2898
Complementary color
Monochromatic Colors of #FD2898
Black with #FD2898
Text Example
Text Example
White with #FD2898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2898; }
p { color: rgb(253,40,152); }
H1.HeaderClassName
{
color: #FD2898;
}
.AnyTagClassName
{
color: #FD2898;
}
</style>
background-color css
<style>
a { background-color: #FD2898; }
a { background-color: rgb(253,40,152); }
div.DivClassName
{
background-color: #FD2898;
}
.BgClassName
{
background-color: #FD2898;
}
</style>
border-color css
<style>
span { border-color: #FD2898; }
span { border-color: rgb(253,40,152); }
td.TdClassName
{
border-color: #FD2898;
}
.TagClassName
{
border-color: #FD2898;
}
</style>