Shades of Persian Pink #F283BB
Tints of Persian Pink #F283BB
RGB
CMYK
RGB Variations
Color information
#F283BB (or 0xF283BB) is known color: Persian Pink. HEX triplet: F2, 83 and BB. RGB value is (242,131,187). Sum of RGB (Red+Green+Blue) = 242+131+187=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F283BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283BB is #0D7C44. Grayscale: #AAAAAA. Windows color (decimal): -883781 or 12289010. OLE color: 12289010.
HSL color Cylindrical-coordinate representation of color #F283BB: hue angle of 329.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F283BB is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 187 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.05 |
| HSL | 329.73º | 0.81% | 0.73% | - |
| HSV(B) | 329.73º | 0.46% | 0.95% | - |
| XYZ | 53.7 | 38.7 | 51.65 | - |
| YUV | 170.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 187 | 0 | 0.46 | 0.23 | 0.05 | 329.73 | 0.81 | 0.73 |
| Hex | F2 | 83 | BB | 0 | 2E | 17 | 5 | 14A | 51 | 49 |
| Octal | 362 | 203 | 273 | 0 | 56 | 27 | 5 | 512 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10111011 | 0 | 101110 | 10111 | 101 | 101001010 | 1010001 | 1001001 |
Color Harmonies of #F283BB
Complementary color
Monochromatic Colors of #F283BB
Black with #F283BB
Text Example
Text Example
White with #F283BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283BB; }
p { color: rgb(242,131,187); }
H1.HeaderClassName
{
color: #F283BB;
}
.AnyTagClassName
{
color: #F283BB;
}
</style>
background-color css
<style>
a { background-color: #F283BB; }
a { background-color: rgb(242,131,187); }
div.DivClassName
{
background-color: #F283BB;
}
.BgClassName
{
background-color: #F283BB;
}
</style>
border-color css
<style>
span { border-color: #F283BB; }
span { border-color: rgb(242,131,187); }
td.TdClassName
{
border-color: #F283BB;
}
.TagClassName
{
border-color: #F283BB;
}
</style>