Shades of Persian Rose #FF28AB
Tints of Persian Rose #FF28AB
RGB
CMYK
RGB Variations
Color information
#FF28AB (or 0xFF28AB) is known color: Persian Rose. HEX triplet: FF, 28 and AB. RGB value is (255,40,171). Sum of RGB (Red+Green+Blue) = 255+40+171=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF28AB is #00D754. Grayscale: #767676. Windows color (decimal): -55125 or 11217151. OLE color: 11217151.
HSL color Cylindrical-coordinate representation of color #FF28AB: hue angle of 323.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF28AB is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 171 | - |
| CMYK | 0 | 0.84 | 0.33 | 0 |
| HSL | 323.44º | 1% | 0.58% | - |
| HSV(B) | 323.44º | 0.84% | 1% | - |
| XYZ | 49.35 | 25.72 | 40.89 | - |
| YUV | 119.22 | 157.23 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 171 | 0 | 0.84 | 0.33 | 0 | 323.44 | 1 | 0.58 |
| Hex | FF | 28 | AB | 0 | 54 | 21 | 0 | 143 | 64 | 3A |
| Octal | 377 | 50 | 253 | 0 | 124 | 41 | 0 | 503 | 144 | 72 |
| Binary | 11111111 | 101000 | 10101011 | 0 | 1010100 | 100001 | 0 | 101000011 | 1100100 | 111010 |
Color Harmonies of #FF28AB
Complementary color
Monochromatic Colors of #FF28AB
Black with #FF28AB
Text Example
Text Example
White with #FF28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28AB; }
p { color: rgb(255,40,171); }
H1.HeaderClassName
{
color: #FF28AB;
}
.AnyTagClassName
{
color: #FF28AB;
}
</style>
background-color css
<style>
a { background-color: #FF28AB; }
a { background-color: rgb(255,40,171); }
div.DivClassName
{
background-color: #FF28AB;
}
.BgClassName
{
background-color: #FF28AB;
}
</style>
border-color css
<style>
span { border-color: #FF28AB; }
span { border-color: rgb(255,40,171); }
td.TdClassName
{
border-color: #FF28AB;
}
.TagClassName
{
border-color: #FF28AB;
}
</style>