Shades of Persian Rose #FF279D
Tints of Persian Rose #FF279D
RGB
CMYK
RGB Variations
Color information
#FF279D (or 0xFF279D) is known color: Persian Rose. HEX triplet: FF, 27 and 9D. RGB value is (255,39,157). Sum of RGB (Red+Green+Blue) = 255+39+157=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF279D is #00D862. Grayscale: #747474. Windows color (decimal): -55395 or 10299391. OLE color: 10299391.
HSL color Cylindrical-coordinate representation of color #FF279D: hue angle of 327.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF279D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 157 | - |
| CMYK | 0 | 0.85 | 0.38 | 0 |
| HSL | 327.22º | 1% | 0.58% | - |
| HSV(B) | 327.22º | 0.85% | 1% | - |
| XYZ | 48.05 | 25.15 | 34.22 | - |
| YUV | 117.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 157 | 0 | 0.85 | 0.38 | 0 | 327.22 | 1 | 0.58 |
| Hex | FF | 27 | 9D | 0 | 55 | 26 | 0 | 147 | 64 | 3A |
| Octal | 377 | 47 | 235 | 0 | 125 | 46 | 0 | 507 | 144 | 72 |
| Binary | 11111111 | 100111 | 10011101 | 0 | 1010101 | 100110 | 0 | 101000111 | 1100100 | 111010 |
Color Harmonies of #FF279D
Complementary color
Monochromatic Colors of #FF279D
Black with #FF279D
Text Example
Text Example
White with #FF279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF279D; }
p { color: rgb(255,39,157); }
H1.HeaderClassName
{
color: #FF279D;
}
.AnyTagClassName
{
color: #FF279D;
}
</style>
background-color css
<style>
a { background-color: #FF279D; }
a { background-color: rgb(255,39,157); }
div.DivClassName
{
background-color: #FF279D;
}
.BgClassName
{
background-color: #FF279D;
}
</style>
border-color css
<style>
span { border-color: #FF279D; }
span { border-color: rgb(255,39,157); }
td.TdClassName
{
border-color: #FF279D;
}
.TagClassName
{
border-color: #FF279D;
}
</style>