Shades of Persian Rose #F83AAC
Tints of Persian Rose #F83AAC
RGB
CMYK
RGB Variations
Color information
#F83AAC (or 0xF83AAC) is known color: Persian Rose. HEX triplet: F8, 3A and AC. RGB value is (248,58,172). Sum of RGB (Red+Green+Blue) = 248+58+172=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83AAC is #07C553. Grayscale: #7F7F7F. Windows color (decimal): -509268 or 11287288. OLE color: 11287288.
HSL color Cylindrical-coordinate representation of color #F83AAC: hue angle of 324º 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 #F83AAC is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 172 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.03 |
| HSL | 324º | 0.93% | 0.6% | - |
| HSV(B) | 324º | 0.77% | 0.97% | - |
| XYZ | 47.67 | 25.96 | 41.53 | - |
| YUV | 127.81 | 152.95 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 172 | 0 | 0.77 | 0.31 | 0.03 | 324 | 0.93 | 0.6 |
| Hex | F8 | 3A | AC | 0 | 4D | 1F | 3 | 144 | 5D | 3C |
| Octal | 370 | 72 | 254 | 0 | 115 | 37 | 3 | 504 | 135 | 74 |
| Binary | 11111000 | 111010 | 10101100 | 0 | 1001101 | 11111 | 11 | 101000100 | 1011101 | 111100 |
Color Harmonies of #F83AAC
Complementary color
Monochromatic Colors of #F83AAC
Black with #F83AAC
Text Example
Text Example
White with #F83AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AAC; }
p { color: rgb(248,58,172); }
H1.HeaderClassName
{
color: #F83AAC;
}
.AnyTagClassName
{
color: #F83AAC;
}
</style>
background-color css
<style>
a { background-color: #F83AAC; }
a { background-color: rgb(248,58,172); }
div.DivClassName
{
background-color: #F83AAC;
}
.BgClassName
{
background-color: #F83AAC;
}
</style>
border-color css
<style>
span { border-color: #F83AAC; }
span { border-color: rgb(248,58,172); }
td.TdClassName
{
border-color: #F83AAC;
}
.TagClassName
{
border-color: #F83AAC;
}
</style>