Shades of Persian Rose #FD279D
Tints of Persian Rose #FD279D
RGB
CMYK
RGB Variations
Color information
#FD279D (or 0xFD279D) is known color: Persian Rose. HEX triplet: FD, 27 and 9D. RGB value is (253,39,157). Sum of RGB (Red+Green+Blue) = 253+39+157=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD279D is #02D862. Grayscale: #747474. Windows color (decimal): -186467 or 10299389. OLE color: 10299389.
HSL color Cylindrical-coordinate representation of color #FD279D: hue angle of 326.92º 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 #FD279D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 157 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.01 |
| HSL | 326.92º | 0.98% | 0.57% | - |
| HSV(B) | 326.92º | 0.85% | 0.99% | - |
| XYZ | 47.32 | 24.77 | 34.18 | - |
| YUV | 116.44 | 150.9 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 157 | 0 | 0.85 | 0.38 | 0.01 | 326.92 | 0.98 | 0.57 |
| Hex | FD | 27 | 9D | 0 | 55 | 26 | 1 | 147 | 62 | 39 |
| Octal | 375 | 47 | 235 | 0 | 125 | 46 | 1 | 507 | 142 | 71 |
| Binary | 11111101 | 100111 | 10011101 | 0 | 1010101 | 100110 | 1 | 101000111 | 1100010 | 111001 |
Color Harmonies of #FD279D
Complementary color
Monochromatic Colors of #FD279D
Black with #FD279D
Text Example
Text Example
White with #FD279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD279D; }
p { color: rgb(253,39,157); }
H1.HeaderClassName
{
color: #FD279D;
}
.AnyTagClassName
{
color: #FD279D;
}
</style>
background-color css
<style>
a { background-color: #FD279D; }
a { background-color: rgb(253,39,157); }
div.DivClassName
{
background-color: #FD279D;
}
.BgClassName
{
background-color: #FD279D;
}
</style>
border-color css
<style>
span { border-color: #FD279D; }
span { border-color: rgb(253,39,157); }
td.TdClassName
{
border-color: #FD279D;
}
.TagClassName
{
border-color: #FD279D;
}
</style>