Shades of Persian Rose #FF2798
Tints of Persian Rose #FF2798
RGB
CMYK
RGB Variations
Color information
#FF2798 (or 0xFF2798) is known color: Persian Rose. HEX triplet: FF, 27 and 98. RGB value is (255,39,152). Sum of RGB (Red+Green+Blue) = 255+39+152=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2798 is #00D867. Grayscale: #747474. Windows color (decimal): -55400 or 9971711. OLE color: 9971711.
HSL color Cylindrical-coordinate representation of color #FF2798: hue angle of 328.61º 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 #FF2798 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 152 | - |
| CMYK | 0 | 0.85 | 0.40 | 0 |
| HSL | 328.61º | 1% | 0.58% | - |
| HSV(B) | 328.61º | 0.85% | 1% | - |
| XYZ | 47.63 | 24.98 | 32.02 | - |
| YUV | 116.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 152 | 0 | 0.85 | 0.40 | 0 | 328.61 | 1 | 0.58 |
| Hex | FF | 27 | 98 | 0 | 55 | 28 | 0 | 149 | 64 | 3A |
| Octal | 377 | 47 | 230 | 0 | 125 | 50 | 0 | 511 | 144 | 72 |
| Binary | 11111111 | 100111 | 10011000 | 0 | 1010101 | 101000 | 0 | 101001001 | 1100100 | 111010 |
Color Harmonies of #FF2798
Complementary color
Monochromatic Colors of #FF2798
Black with #FF2798
Text Example
Text Example
White with #FF2798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2798; }
p { color: rgb(255,39,152); }
H1.HeaderClassName
{
color: #FF2798;
}
.AnyTagClassName
{
color: #FF2798;
}
</style>
background-color css
<style>
a { background-color: #FF2798; }
a { background-color: rgb(255,39,152); }
div.DivClassName
{
background-color: #FF2798;
}
.BgClassName
{
background-color: #FF2798;
}
</style>
border-color css
<style>
span { border-color: #FF2798; }
span { border-color: rgb(255,39,152); }
td.TdClassName
{
border-color: #FF2798;
}
.TagClassName
{
border-color: #FF2798;
}
</style>