Shades of Persian Pink #F37AAF
Tints of Persian Pink #F37AAF
RGB
CMYK
RGB Variations
Color information
#F37AAF (or 0xF37AAF) is known color: Persian Pink. HEX triplet: F3, 7A and AF. RGB value is (243,122,175). Sum of RGB (Red+Green+Blue) = 243+122+175=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37AAF is #0C8550. Grayscale: #A4A4A4. Windows color (decimal): -820561 or 11500275. OLE color: 11500275.
HSL color Cylindrical-coordinate representation of color #F37AAF: hue angle of 333.72º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37AAF is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 175 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.05 |
| HSL | 333.72º | 0.83% | 0.72% | - |
| HSV(B) | 333.72º | 0.5% | 0.95% | - |
| XYZ | 51.66 | 36.07 | 44.8 | - |
| YUV | 164.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 175 | 0 | 0.50 | 0.28 | 0.05 | 333.72 | 0.83 | 0.72 |
| Hex | F3 | 7A | AF | 0 | 32 | 1C | 5 | 14E | 53 | 48 |
| Octal | 363 | 172 | 257 | 0 | 62 | 34 | 5 | 516 | 123 | 110 |
| Binary | 11110011 | 1111010 | 10101111 | 0 | 110010 | 11100 | 101 | 101001110 | 1010011 | 1001000 |
Color Harmonies of #F37AAF
Complementary color
Monochromatic Colors of #F37AAF
Black with #F37AAF
Text Example
Text Example
White with #F37AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AAF; }
p { color: rgb(243,122,175); }
H1.HeaderClassName
{
color: #F37AAF;
}
.AnyTagClassName
{
color: #F37AAF;
}
</style>
background-color css
<style>
a { background-color: #F37AAF; }
a { background-color: rgb(243,122,175); }
div.DivClassName
{
background-color: #F37AAF;
}
.BgClassName
{
background-color: #F37AAF;
}
</style>
border-color css
<style>
span { border-color: #F37AAF; }
span { border-color: rgb(243,122,175); }
td.TdClassName
{
border-color: #F37AAF;
}
.TagClassName
{
border-color: #F37AAF;
}
</style>