Shades of Persian Pink #F37BAF
Tints of Persian Pink #F37BAF
RGB
CMYK
RGB Variations
Color information
#F37BAF (or 0xF37BAF) is known color: Persian Pink. HEX triplet: F3, 7B and AF. RGB value is (243,123,175). Sum of RGB (Red+Green+Blue) = 243+123+175=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37BAF is #0C8450. Grayscale: #A4A4A4. Windows color (decimal): -820305 or 11500531. OLE color: 11500531.
HSL color Cylindrical-coordinate representation of color #F37BAF: hue angle of 334º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37BAF is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 175 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.05 |
| HSL | 334º | 0.83% | 0.72% | - |
| HSV(B) | 334º | 0.49% | 0.95% | - |
| XYZ | 51.78 | 36.32 | 44.84 | - |
| YUV | 164.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 175 | 0 | 0.49 | 0.28 | 0.05 | 334 | 0.83 | 0.72 |
| Hex | F3 | 7B | AF | 0 | 31 | 1C | 5 | 14E | 53 | 48 |
| Octal | 363 | 173 | 257 | 0 | 61 | 34 | 5 | 516 | 123 | 110 |
| Binary | 11110011 | 1111011 | 10101111 | 0 | 110001 | 11100 | 101 | 101001110 | 1010011 | 1001000 |
Color Harmonies of #F37BAF
Complementary color
Monochromatic Colors of #F37BAF
Black with #F37BAF
Text Example
Text Example
White with #F37BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BAF; }
p { color: rgb(243,123,175); }
H1.HeaderClassName
{
color: #F37BAF;
}
.AnyTagClassName
{
color: #F37BAF;
}
</style>
background-color css
<style>
a { background-color: #F37BAF; }
a { background-color: rgb(243,123,175); }
div.DivClassName
{
background-color: #F37BAF;
}
.BgClassName
{
background-color: #F37BAF;
}
</style>
border-color css
<style>
span { border-color: #F37BAF; }
span { border-color: rgb(243,123,175); }
td.TdClassName
{
border-color: #F37BAF;
}
.TagClassName
{
border-color: #F37BAF;
}
</style>