Shades of Persian Pink #F283BF
Tints of Persian Pink #F283BF
RGB
CMYK
RGB Variations
Color information
#F283BF (or 0xF283BF) is known color: Persian Pink. HEX triplet: F2, 83 and BF. RGB value is (242,131,191). Sum of RGB (Red+Green+Blue) = 242+131+191=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F283BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283BF is #0D7C40. Grayscale: #AAAAAA. Windows color (decimal): -883777 or 12551154. OLE color: 12551154.
HSL color Cylindrical-coordinate representation of color #F283BF: hue angle of 327.57º 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 #F283BF is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 191 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.05 |
| HSL | 327.57º | 0.81% | 0.73% | - |
| HSV(B) | 327.57º | 0.46% | 0.95% | - |
| XYZ | 54.14 | 38.87 | 53.94 | - |
| YUV | 171.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 191 | 0 | 0.46 | 0.21 | 0.05 | 327.57 | 0.81 | 0.73 |
| Hex | F2 | 83 | BF | 0 | 2E | 15 | 5 | 148 | 51 | 49 |
| Octal | 362 | 203 | 277 | 0 | 56 | 25 | 5 | 510 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10111111 | 0 | 101110 | 10101 | 101 | 101001000 | 1010001 | 1001001 |
Color Harmonies of #F283BF
Complementary color
Monochromatic Colors of #F283BF
Black with #F283BF
Text Example
Text Example
White with #F283BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283BF; }
p { color: rgb(242,131,191); }
H1.HeaderClassName
{
color: #F283BF;
}
.AnyTagClassName
{
color: #F283BF;
}
</style>
background-color css
<style>
a { background-color: #F283BF; }
a { background-color: rgb(242,131,191); }
div.DivClassName
{
background-color: #F283BF;
}
.BgClassName
{
background-color: #F283BF;
}
</style>
border-color css
<style>
span { border-color: #F283BF; }
span { border-color: rgb(242,131,191); }
td.TdClassName
{
border-color: #F283BF;
}
.TagClassName
{
border-color: #F283BF;
}
</style>