Shades of Persian Pink #F27BAF
Tints of Persian Pink #F27BAF
RGB
CMYK
RGB Variations
Color information
#F27BAF (or 0xF27BAF) is known color: Persian Pink. HEX triplet: F2, 7B and AF. RGB value is (242,123,175). Sum of RGB (Red+Green+Blue) = 242+123+175=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27BAF is #0D8450. Grayscale: #A4A4A4. Windows color (decimal): -885841 or 11500530. OLE color: 11500530.
HSL color Cylindrical-coordinate representation of color #F27BAF: hue angle of 333.78º degrees, saturation: 0.82, 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 #F27BAF is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 175 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.05 |
| HSL | 333.78º | 0.82% | 0.72% | - |
| HSV(B) | 333.78º | 0.49% | 0.95% | - |
| XYZ | 51.44 | 36.14 | 44.82 | - |
| YUV | 164.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 175 | 0 | 0.49 | 0.28 | 0.05 | 333.78 | 0.82 | 0.72 |
| Hex | F2 | 7B | AF | 0 | 31 | 1C | 5 | 14E | 52 | 48 |
| Octal | 362 | 173 | 257 | 0 | 61 | 34 | 5 | 516 | 122 | 110 |
| Binary | 11110010 | 1111011 | 10101111 | 0 | 110001 | 11100 | 101 | 101001110 | 1010010 | 1001000 |
Color Harmonies of #F27BAF
Complementary color
Monochromatic Colors of #F27BAF
Black with #F27BAF
Text Example
Text Example
White with #F27BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BAF; }
p { color: rgb(242,123,175); }
H1.HeaderClassName
{
color: #F27BAF;
}
.AnyTagClassName
{
color: #F27BAF;
}
</style>
background-color css
<style>
a { background-color: #F27BAF; }
a { background-color: rgb(242,123,175); }
div.DivClassName
{
background-color: #F27BAF;
}
.BgClassName
{
background-color: #F27BAF;
}
</style>
border-color css
<style>
span { border-color: #F27BAF; }
span { border-color: rgb(242,123,175); }
td.TdClassName
{
border-color: #F27BAF;
}
.TagClassName
{
border-color: #F27BAF;
}
</style>