Shades of Persian Pink #F17BAF
Tints of Persian Pink #F17BAF
RGB
CMYK
RGB Variations
Color information
#F17BAF (or 0xF17BAF) is known color: Persian Pink. HEX triplet: F1, 7B and AF. RGB value is (241,123,175). Sum of RGB (Red+Green+Blue) = 241+123+175=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17BAF is #0E8450. Grayscale: #A4A4A4. Windows color (decimal): -951377 or 11500529. OLE color: 11500529.
HSL color Cylindrical-coordinate representation of color #F17BAF: hue angle of 333.56º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BAF is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 175 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.05 |
| HSL | 333.56º | 0.81% | 0.71% | - |
| HSV(B) | 333.56º | 0.49% | 0.95% | - |
| XYZ | 51.1 | 35.96 | 44.81 | - |
| YUV | 164.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 175 | 0 | 0.49 | 0.27 | 0.05 | 333.56 | 0.81 | 0.71 |
| Hex | F1 | 7B | AF | 0 | 31 | 1B | 5 | 14E | 51 | 47 |
| Octal | 361 | 173 | 257 | 0 | 61 | 33 | 5 | 516 | 121 | 107 |
| Binary | 11110001 | 1111011 | 10101111 | 0 | 110001 | 11011 | 101 | 101001110 | 1010001 | 1000111 |
Color Harmonies of #F17BAF
Complementary color
Monochromatic Colors of #F17BAF
Black with #F17BAF
Text Example
Text Example
White with #F17BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BAF; }
p { color: rgb(241,123,175); }
H1.HeaderClassName
{
color: #F17BAF;
}
.AnyTagClassName
{
color: #F17BAF;
}
</style>
background-color css
<style>
a { background-color: #F17BAF; }
a { background-color: rgb(241,123,175); }
div.DivClassName
{
background-color: #F17BAF;
}
.BgClassName
{
background-color: #F17BAF;
}
</style>
border-color css
<style>
span { border-color: #F17BAF; }
span { border-color: rgb(241,123,175); }
td.TdClassName
{
border-color: #F17BAF;
}
.TagClassName
{
border-color: #F17BAF;
}
</style>