Shades of Persian Rose #F83AAF
Tints of Persian Rose #F83AAF
RGB
CMYK
RGB Variations
Color information
#F83AAF (or 0xF83AAF) is known color: Persian Rose. HEX triplet: F8, 3A and AF. RGB value is (248,58,175). Sum of RGB (Red+Green+Blue) = 248+58+175=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83AAF is #07C550. Grayscale: #7F7F7F. Windows color (decimal): -509265 or 11483896. OLE color: 11483896.
HSL color Cylindrical-coordinate representation of color #F83AAF: hue angle of 323.05º 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 #F83AAF is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 175 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.03 |
| HSL | 323.05º | 0.93% | 0.6% | - |
| HSV(B) | 323.05º | 0.77% | 0.97% | - |
| XYZ | 47.96 | 26.08 | 43.06 | - |
| YUV | 128.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 175 | 0 | 0.77 | 0.29 | 0.03 | 323.05 | 0.93 | 0.6 |
| Hex | F8 | 3A | AF | 0 | 4D | 1D | 3 | 143 | 5D | 3C |
| Octal | 370 | 72 | 257 | 0 | 115 | 35 | 3 | 503 | 135 | 74 |
| Binary | 11111000 | 111010 | 10101111 | 0 | 1001101 | 11101 | 11 | 101000011 | 1011101 | 111100 |
Color Harmonies of #F83AAF
Complementary color
Monochromatic Colors of #F83AAF
Black with #F83AAF
Text Example
Text Example
White with #F83AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AAF; }
p { color: rgb(248,58,175); }
H1.HeaderClassName
{
color: #F83AAF;
}
.AnyTagClassName
{
color: #F83AAF;
}
</style>
background-color css
<style>
a { background-color: #F83AAF; }
a { background-color: rgb(248,58,175); }
div.DivClassName
{
background-color: #F83AAF;
}
.BgClassName
{
background-color: #F83AAF;
}
</style>
border-color css
<style>
span { border-color: #F83AAF; }
span { border-color: rgb(248,58,175); }
td.TdClassName
{
border-color: #F83AAF;
}
.TagClassName
{
border-color: #F83AAF;
}
</style>