Shades of Persian Pink #F284BB
Tints of Persian Pink #F284BB
RGB
CMYK
RGB Variations
Color information
#F284BB (or 0xF284BB) is known color: Persian Pink. HEX triplet: F2, 84 and BB. RGB value is (242,132,187). Sum of RGB (Red+Green+Blue) = 242+132+187=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F284BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284BB is #0D7B44. Grayscale: #ABABAB. Windows color (decimal): -883525 or 12289266. OLE color: 12289266.
HSL color Cylindrical-coordinate representation of color #F284BB: hue angle of 330º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284BB is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 187 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.05 |
| HSL | 330º | 0.81% | 0.73% | - |
| HSV(B) | 330º | 0.45% | 0.95% | - |
| XYZ | 53.84 | 38.97 | 51.7 | - |
| YUV | 171.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 187 | 0 | 0.45 | 0.23 | 0.05 | 330 | 0.81 | 0.73 |
| Hex | F2 | 84 | BB | 0 | 2D | 17 | 5 | 14A | 51 | 49 |
| Octal | 362 | 204 | 273 | 0 | 55 | 27 | 5 | 512 | 121 | 111 |
| Binary | 11110010 | 10000100 | 10111011 | 0 | 101101 | 10111 | 101 | 101001010 | 1010001 | 1001001 |
Color Harmonies of #F284BB
Complementary color
Monochromatic Colors of #F284BB
Black with #F284BB
Text Example
Text Example
White with #F284BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284BB; }
p { color: rgb(242,132,187); }
H1.HeaderClassName
{
color: #F284BB;
}
.AnyTagClassName
{
color: #F284BB;
}
</style>
background-color css
<style>
a { background-color: #F284BB; }
a { background-color: rgb(242,132,187); }
div.DivClassName
{
background-color: #F284BB;
}
.BgClassName
{
background-color: #F284BB;
}
</style>
border-color css
<style>
span { border-color: #F284BB; }
span { border-color: rgb(242,132,187); }
td.TdClassName
{
border-color: #F284BB;
}
.TagClassName
{
border-color: #F284BB;
}
</style>