Shades of Persian Pink #F281BC
Tints of Persian Pink #F281BC
RGB
CMYK
RGB Variations
Color information
#F281BC (or 0xF281BC) is known color: Persian Pink. HEX triplet: F2, 81 and BC. RGB value is (242,129,188). Sum of RGB (Red+Green+Blue) = 242+129+188=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F281BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281BC is #0D7E43. Grayscale: #A9A9A9. Windows color (decimal): -884292 or 12354034. OLE color: 12354034.
HSL color Cylindrical-coordinate representation of color #F281BC: hue angle of 328.67º 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 #F281BC is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 188 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.05 |
| HSL | 328.67º | 0.81% | 0.73% | - |
| HSV(B) | 328.67º | 0.47% | 0.95% | - |
| XYZ | 53.55 | 38.21 | 52.13 | - |
| YUV | 169.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 188 | 0 | 0.47 | 0.22 | 0.05 | 328.67 | 0.81 | 0.73 |
| Hex | F2 | 81 | BC | 0 | 2F | 16 | 5 | 149 | 51 | 49 |
| Octal | 362 | 201 | 274 | 0 | 57 | 26 | 5 | 511 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10111100 | 0 | 101111 | 10110 | 101 | 101001001 | 1010001 | 1001001 |
Color Harmonies of #F281BC
Complementary color
Monochromatic Colors of #F281BC
Black with #F281BC
Text Example
Text Example
White with #F281BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281BC; }
p { color: rgb(242,129,188); }
H1.HeaderClassName
{
color: #F281BC;
}
.AnyTagClassName
{
color: #F281BC;
}
</style>
background-color css
<style>
a { background-color: #F281BC; }
a { background-color: rgb(242,129,188); }
div.DivClassName
{
background-color: #F281BC;
}
.BgClassName
{
background-color: #F281BC;
}
</style>
border-color css
<style>
span { border-color: #F281BC; }
span { border-color: rgb(242,129,188); }
td.TdClassName
{
border-color: #F281BC;
}
.TagClassName
{
border-color: #F281BC;
}
</style>