Shades of Persian Pink #F278BB
Tints of Persian Pink #F278BB
RGB
CMYK
RGB Variations
Color information
#F278BB (or 0xF278BB) is known color: Persian Pink. HEX triplet: F2, 78 and BB. RGB value is (242,120,187). Sum of RGB (Red+Green+Blue) = 242+120+187=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F278BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278BB is #0D8744. Grayscale: #A3A3A3. Windows color (decimal): -886597 or 12286194. OLE color: 12286194.
HSL color Cylindrical-coordinate representation of color #F278BB: hue angle of 327.05º 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 #F278BB is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 187 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.05 |
| HSL | 327.05º | 0.82% | 0.71% | - |
| HSV(B) | 327.05º | 0.5% | 0.95% | - |
| XYZ | 52.3 | 35.9 | 51.19 | - |
| YUV | 164.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 187 | 0 | 0.50 | 0.23 | 0.05 | 327.05 | 0.82 | 0.71 |
| Hex | F2 | 78 | BB | 0 | 32 | 17 | 5 | 147 | 52 | 47 |
| Octal | 362 | 170 | 273 | 0 | 62 | 27 | 5 | 507 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10111011 | 0 | 110010 | 10111 | 101 | 101000111 | 1010010 | 1000111 |
Color Harmonies of #F278BB
Complementary color
Monochromatic Colors of #F278BB
Black with #F278BB
Text Example
Text Example
White with #F278BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278BB; }
p { color: rgb(242,120,187); }
H1.HeaderClassName
{
color: #F278BB;
}
.AnyTagClassName
{
color: #F278BB;
}
</style>
background-color css
<style>
a { background-color: #F278BB; }
a { background-color: rgb(242,120,187); }
div.DivClassName
{
background-color: #F278BB;
}
.BgClassName
{
background-color: #F278BB;
}
</style>
border-color css
<style>
span { border-color: #F278BB; }
span { border-color: rgb(242,120,187); }
td.TdClassName
{
border-color: #F278BB;
}
.TagClassName
{
border-color: #F278BB;
}
</style>