Shades of Persian Rose #FF27AC
Tints of Persian Rose #FF27AC
RGB
CMYK
RGB Variations
Color information
#FF27AC (or 0xFF27AC) is known color: Persian Rose. HEX triplet: FF, 27 and AC. RGB value is (255,39,172). Sum of RGB (Red+Green+Blue) = 255+39+172=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF27AC is #00D853. Grayscale: #767676. Windows color (decimal): -55380 or 11282431. OLE color: 11282431.
HSL color Cylindrical-coordinate representation of color #FF27AC: hue angle of 323.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 #FF27AC is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 172 | - |
| CMYK | 0 | 0.85 | 0.33 | 0 |
| HSL | 323.06º | 1% | 0.58% | - |
| HSV(B) | 323.06º | 0.85% | 1% | - |
| XYZ | 49.41 | 25.69 | 41.38 | - |
| YUV | 118.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 172 | 0 | 0.85 | 0.33 | 0 | 323.06 | 1 | 0.58 |
| Hex | FF | 27 | AC | 0 | 55 | 21 | 0 | 143 | 64 | 3A |
| Octal | 377 | 47 | 254 | 0 | 125 | 41 | 0 | 503 | 144 | 72 |
| Binary | 11111111 | 100111 | 10101100 | 0 | 1010101 | 100001 | 0 | 101000011 | 1100100 | 111010 |
Color Harmonies of #FF27AC
Complementary color
Monochromatic Colors of #FF27AC
Black with #FF27AC
Text Example
Text Example
White with #FF27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27AC; }
p { color: rgb(255,39,172); }
H1.HeaderClassName
{
color: #FF27AC;
}
.AnyTagClassName
{
color: #FF27AC;
}
</style>
background-color css
<style>
a { background-color: #FF27AC; }
a { background-color: rgb(255,39,172); }
div.DivClassName
{
background-color: #FF27AC;
}
.BgClassName
{
background-color: #FF27AC;
}
</style>
border-color css
<style>
span { border-color: #FF27AC; }
span { border-color: rgb(255,39,172); }
td.TdClassName
{
border-color: #FF27AC;
}
.TagClassName
{
border-color: #FF27AC;
}
</style>