Shades of Persian Rose #FF28A8
Tints of Persian Rose #FF28A8
RGB
CMYK
RGB Variations
Color information
#FF28A8 (or 0xFF28A8) is known color: Persian Rose. HEX triplet: FF, 28 and A8. RGB value is (255,40,168). Sum of RGB (Red+Green+Blue) = 255+40+168=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF28A8 is #00D757. Grayscale: #767676. Windows color (decimal): -55128 or 11020543. OLE color: 11020543.
HSL color Cylindrical-coordinate representation of color #FF28A8: hue angle of 324.28º 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 #FF28A8 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 168 | - |
| CMYK | 0 | 0.84 | 0.34 | 0 |
| HSL | 324.28º | 1% | 0.58% | - |
| HSV(B) | 324.28º | 0.84% | 1% | - |
| XYZ | 49.07 | 25.6 | 39.4 | - |
| YUV | 118.88 | 155.73 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 168 | 0 | 0.84 | 0.34 | 0 | 324.28 | 1 | 0.58 |
| Hex | FF | 28 | A8 | 0 | 54 | 22 | 0 | 144 | 64 | 3A |
| Octal | 377 | 50 | 250 | 0 | 124 | 42 | 0 | 504 | 144 | 72 |
| Binary | 11111111 | 101000 | 10101000 | 0 | 1010100 | 100010 | 0 | 101000100 | 1100100 | 111010 |
Color Harmonies of #FF28A8
Complementary color
Monochromatic Colors of #FF28A8
Black with #FF28A8
Text Example
Text Example
White with #FF28A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28A8; }
p { color: rgb(255,40,168); }
H1.HeaderClassName
{
color: #FF28A8;
}
.AnyTagClassName
{
color: #FF28A8;
}
</style>
background-color css
<style>
a { background-color: #FF28A8; }
a { background-color: rgb(255,40,168); }
div.DivClassName
{
background-color: #FF28A8;
}
.BgClassName
{
background-color: #FF28A8;
}
</style>
border-color css
<style>
span { border-color: #FF28A8; }
span { border-color: rgb(255,40,168); }
td.TdClassName
{
border-color: #FF28A8;
}
.TagClassName
{
border-color: #FF28A8;
}
</style>