Shades of Persian Pink #F278BC
Tints of Persian Pink #F278BC
RGB
CMYK
RGB Variations
Color information
#F278BC (or 0xF278BC) is known color: Persian Pink. HEX triplet: F2, 78 and BC. RGB value is (242,120,188). Sum of RGB (Red+Green+Blue) = 242+120+188=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F278BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278BC is #0D8743. Grayscale: #A4A4A4. Windows color (decimal): -886596 or 12351730. OLE color: 12351730.
HSL color Cylindrical-coordinate representation of color #F278BC: hue angle of 326.56º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278BC is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 188 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.05 |
| HSL | 326.56º | 0.82% | 0.71% | - |
| HSV(B) | 326.56º | 0.5% | 0.95% | - |
| XYZ | 52.41 | 35.94 | 51.75 | - |
| YUV | 164.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 188 | 0 | 0.50 | 0.22 | 0.05 | 326.56 | 0.82 | 0.71 |
| Hex | F2 | 78 | BC | 0 | 32 | 16 | 5 | 147 | 52 | 47 |
| Octal | 362 | 170 | 274 | 0 | 62 | 26 | 5 | 507 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10111100 | 0 | 110010 | 10110 | 101 | 101000111 | 1010010 | 1000111 |
Color Harmonies of #F278BC
Complementary color
Monochromatic Colors of #F278BC
Black with #F278BC
Text Example
Text Example
White with #F278BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278BC; }
p { color: rgb(242,120,188); }
H1.HeaderClassName
{
color: #F278BC;
}
.AnyTagClassName
{
color: #F278BC;
}
</style>
background-color css
<style>
a { background-color: #F278BC; }
a { background-color: rgb(242,120,188); }
div.DivClassName
{
background-color: #F278BC;
}
.BgClassName
{
background-color: #F278BC;
}
</style>
border-color css
<style>
span { border-color: #F278BC; }
span { border-color: rgb(242,120,188); }
td.TdClassName
{
border-color: #F278BC;
}
.TagClassName
{
border-color: #F278BC;
}
</style>