Shades of Persian Rose #FD279C
Tints of Persian Rose #FD279C
RGB
CMYK
RGB Variations
Color information
#FD279C (or 0xFD279C) is known color: Persian Rose. HEX triplet: FD, 27 and 9C. RGB value is (253,39,156). Sum of RGB (Red+Green+Blue) = 253+39+156=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD279C is #02D863. Grayscale: #747474. Windows color (decimal): -186468 or 10233853. OLE color: 10233853.
HSL color Cylindrical-coordinate representation of color #FD279C: hue angle of 327.2º 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 #FD279C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 156 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.01 |
| HSL | 327.2º | 0.98% | 0.57% | - |
| HSV(B) | 327.2º | 0.85% | 0.99% | - |
| XYZ | 47.23 | 24.73 | 33.74 | - |
| YUV | 116.32 | 150.4 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 156 | 0 | 0.85 | 0.38 | 0.01 | 327.2 | 0.98 | 0.57 |
| Hex | FD | 27 | 9C | 0 | 55 | 26 | 1 | 147 | 62 | 39 |
| Octal | 375 | 47 | 234 | 0 | 125 | 46 | 1 | 507 | 142 | 71 |
| Binary | 11111101 | 100111 | 10011100 | 0 | 1010101 | 100110 | 1 | 101000111 | 1100010 | 111001 |
Color Harmonies of #FD279C
Complementary color
Monochromatic Colors of #FD279C
Black with #FD279C
Text Example
Text Example
White with #FD279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD279C; }
p { color: rgb(253,39,156); }
H1.HeaderClassName
{
color: #FD279C;
}
.AnyTagClassName
{
color: #FD279C;
}
</style>
background-color css
<style>
a { background-color: #FD279C; }
a { background-color: rgb(253,39,156); }
div.DivClassName
{
background-color: #FD279C;
}
.BgClassName
{
background-color: #FD279C;
}
</style>
border-color css
<style>
span { border-color: #FD279C; }
span { border-color: rgb(253,39,156); }
td.TdClassName
{
border-color: #FD279C;
}
.TagClassName
{
border-color: #FD279C;
}
</style>