Shades of Persian Pink #F280BC
Tints of Persian Pink #F280BC
RGB
CMYK
RGB Variations
Color information
#F280BC (or 0xF280BC) is known color: Persian Pink. HEX triplet: F2, 80 and BC. RGB value is (242,128,188). Sum of RGB (Red+Green+Blue) = 242+128+188=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F280BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280BC is #0D7F43. Grayscale: #A8A8A8. Windows color (decimal): -884548 or 12353778. OLE color: 12353778.
HSL color Cylindrical-coordinate representation of color #F280BC: hue angle of 328.42º 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 #F280BC is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 188 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.05 |
| HSL | 328.42º | 0.81% | 0.73% | - |
| HSV(B) | 328.42º | 0.47% | 0.95% | - |
| XYZ | 53.41 | 37.95 | 52.09 | - |
| YUV | 168.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 188 | 0 | 0.47 | 0.22 | 0.05 | 328.42 | 0.81 | 0.73 |
| Hex | F2 | 80 | BC | 0 | 2F | 16 | 5 | 148 | 51 | 49 |
| Octal | 362 | 200 | 274 | 0 | 57 | 26 | 5 | 510 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10111100 | 0 | 101111 | 10110 | 101 | 101001000 | 1010001 | 1001001 |
Color Harmonies of #F280BC
Complementary color
Monochromatic Colors of #F280BC
Black with #F280BC
Text Example
Text Example
White with #F280BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280BC; }
p { color: rgb(242,128,188); }
H1.HeaderClassName
{
color: #F280BC;
}
.AnyTagClassName
{
color: #F280BC;
}
</style>
background-color css
<style>
a { background-color: #F280BC; }
a { background-color: rgb(242,128,188); }
div.DivClassName
{
background-color: #F280BC;
}
.BgClassName
{
background-color: #F280BC;
}
</style>
border-color css
<style>
span { border-color: #F280BC; }
span { border-color: rgb(242,128,188); }
td.TdClassName
{
border-color: #F280BC;
}
.TagClassName
{
border-color: #F280BC;
}
</style>