Shades of Persian Rose #FF279A
Tints of Persian Rose #FF279A
RGB
CMYK
RGB Variations
Color information
#FF279A (or 0xFF279A) is known color: Persian Rose. HEX triplet: FF, 27 and 9A. RGB value is (255,39,154). Sum of RGB (Red+Green+Blue) = 255+39+154=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF279A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF279A is #00D865. Grayscale: #747474. Windows color (decimal): -55398 or 10102783. OLE color: 10102783.
HSL color Cylindrical-coordinate representation of color #FF279A: hue angle of 328.06º 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 #FF279A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 154 | - |
| CMYK | 0 | 0.85 | 0.40 | 0 |
| HSL | 328.06º | 1% | 0.58% | - |
| HSV(B) | 328.06º | 0.85% | 1% | - |
| XYZ | 47.8 | 25.04 | 32.89 | - |
| YUV | 116.69 | 149.06 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 154 | 0 | 0.85 | 0.40 | 0 | 328.06 | 1 | 0.58 |
| Hex | FF | 27 | 9A | 0 | 55 | 28 | 0 | 148 | 64 | 3A |
| Octal | 377 | 47 | 232 | 0 | 125 | 50 | 0 | 510 | 144 | 72 |
| Binary | 11111111 | 100111 | 10011010 | 0 | 1010101 | 101000 | 0 | 101001000 | 1100100 | 111010 |
Color Harmonies of #FF279A
Complementary color
Monochromatic Colors of #FF279A
Black with #FF279A
Text Example
Text Example
White with #FF279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF279A; }
p { color: rgb(255,39,154); }
H1.HeaderClassName
{
color: #FF279A;
}
.AnyTagClassName
{
color: #FF279A;
}
</style>
background-color css
<style>
a { background-color: #FF279A; }
a { background-color: rgb(255,39,154); }
div.DivClassName
{
background-color: #FF279A;
}
.BgClassName
{
background-color: #FF279A;
}
</style>
border-color css
<style>
span { border-color: #FF279A; }
span { border-color: rgb(255,39,154); }
td.TdClassName
{
border-color: #FF279A;
}
.TagClassName
{
border-color: #FF279A;
}
</style>