Shades of Persian Rose #F83AAB
Tints of Persian Rose #F83AAB
RGB
CMYK
RGB Variations
Color information
#F83AAB (or 0xF83AAB) is known color: Persian Rose. HEX triplet: F8, 3A and AB. RGB value is (248,58,171). Sum of RGB (Red+Green+Blue) = 248+58+171=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83AAB is #07C554. Grayscale: #7F7F7F. Windows color (decimal): -509269 or 11221752. OLE color: 11221752.
HSL color Cylindrical-coordinate representation of color #F83AAB: hue angle of 324.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83AAB is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 171 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.03 |
| HSL | 324.32º | 0.93% | 0.6% | - |
| HSV(B) | 324.32º | 0.77% | 0.97% | - |
| XYZ | 47.58 | 25.92 | 41.02 | - |
| YUV | 127.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 171 | 0 | 0.77 | 0.31 | 0.03 | 324.32 | 0.93 | 0.6 |
| Hex | F8 | 3A | AB | 0 | 4D | 1F | 3 | 144 | 5D | 3C |
| Octal | 370 | 72 | 253 | 0 | 115 | 37 | 3 | 504 | 135 | 74 |
| Binary | 11111000 | 111010 | 10101011 | 0 | 1001101 | 11111 | 11 | 101000100 | 1011101 | 111100 |
Color Harmonies of #F83AAB
Complementary color
Monochromatic Colors of #F83AAB
Black with #F83AAB
Text Example
Text Example
White with #F83AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AAB; }
p { color: rgb(248,58,171); }
H1.HeaderClassName
{
color: #F83AAB;
}
.AnyTagClassName
{
color: #F83AAB;
}
</style>
background-color css
<style>
a { background-color: #F83AAB; }
a { background-color: rgb(248,58,171); }
div.DivClassName
{
background-color: #F83AAB;
}
.BgClassName
{
background-color: #F83AAB;
}
</style>
border-color css
<style>
span { border-color: #F83AAB; }
span { border-color: rgb(248,58,171); }
td.TdClassName
{
border-color: #F83AAB;
}
.TagClassName
{
border-color: #F83AAB;
}
</style>