Shades of Persian Pink #F281B9
Tints of Persian Pink #F281B9
RGB
CMYK
RGB Variations
Color information
#F281B9 (or 0xF281B9) is known color: Persian Pink. HEX triplet: F2, 81 and B9. RGB value is (242,129,185). Sum of RGB (Red+Green+Blue) = 242+129+185=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F281B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281B9 is #0D7E46. Grayscale: #A9A9A9. Windows color (decimal): -884295 or 12157426. OLE color: 12157426.
HSL color Cylindrical-coordinate representation of color #F281B9: hue angle of 330.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F281B9 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 185 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.05 |
| HSL | 330.27º | 0.81% | 0.73% | - |
| HSV(B) | 330.27º | 0.47% | 0.95% | - |
| XYZ | 53.23 | 38.08 | 50.44 | - |
| YUV | 169.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 185 | 0 | 0.47 | 0.24 | 0.05 | 330.27 | 0.81 | 0.73 |
| Hex | F2 | 81 | B9 | 0 | 2F | 18 | 5 | 14A | 51 | 49 |
| Octal | 362 | 201 | 271 | 0 | 57 | 30 | 5 | 512 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10111001 | 0 | 101111 | 11000 | 101 | 101001010 | 1010001 | 1001001 |
Color Harmonies of #F281B9
Complementary color
Monochromatic Colors of #F281B9
Black with #F281B9
Text Example
Text Example
White with #F281B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281B9; }
p { color: rgb(242,129,185); }
H1.HeaderClassName
{
color: #F281B9;
}
.AnyTagClassName
{
color: #F281B9;
}
</style>
background-color css
<style>
a { background-color: #F281B9; }
a { background-color: rgb(242,129,185); }
div.DivClassName
{
background-color: #F281B9;
}
.BgClassName
{
background-color: #F281B9;
}
</style>
border-color css
<style>
span { border-color: #F281B9; }
span { border-color: rgb(242,129,185); }
td.TdClassName
{
border-color: #F281B9;
}
.TagClassName
{
border-color: #F281B9;
}
</style>