Shades of Persian Rose #FD2799
Tints of Persian Rose #FD2799
RGB
CMYK
RGB Variations
Color information
#FD2799 (or 0xFD2799) is known color: Persian Rose. HEX triplet: FD, 27 and 99. RGB value is (253,39,153). Sum of RGB (Red+Green+Blue) = 253+39+153=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2799 is #02D866. Grayscale: #737373. Windows color (decimal): -186471 or 10037245. OLE color: 10037245.
HSL color Cylindrical-coordinate representation of color #FD2799: hue angle of 328.04º 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 #FD2799 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 153 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.01 |
| HSL | 328.04º | 0.98% | 0.57% | - |
| HSV(B) | 328.04º | 0.85% | 0.99% | - |
| XYZ | 46.98 | 24.63 | 32.42 | - |
| YUV | 115.98 | 148.9 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 153 | 0 | 0.85 | 0.40 | 0.01 | 328.04 | 0.98 | 0.57 |
| Hex | FD | 27 | 99 | 0 | 55 | 28 | 1 | 148 | 62 | 39 |
| Octal | 375 | 47 | 231 | 0 | 125 | 50 | 1 | 510 | 142 | 71 |
| Binary | 11111101 | 100111 | 10011001 | 0 | 1010101 | 101000 | 1 | 101001000 | 1100010 | 111001 |
Color Harmonies of #FD2799
Complementary color
Monochromatic Colors of #FD2799
Black with #FD2799
Text Example
Text Example
White with #FD2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2799; }
p { color: rgb(253,39,153); }
H1.HeaderClassName
{
color: #FD2799;
}
.AnyTagClassName
{
color: #FD2799;
}
</style>
background-color css
<style>
a { background-color: #FD2799; }
a { background-color: rgb(253,39,153); }
div.DivClassName
{
background-color: #FD2799;
}
.BgClassName
{
background-color: #FD2799;
}
</style>
border-color css
<style>
span { border-color: #FD2799; }
span { border-color: rgb(253,39,153); }
td.TdClassName
{
border-color: #FD2799;
}
.TagClassName
{
border-color: #FD2799;
}
</style>