Shades of Persian Pink #F283BE
Tints of Persian Pink #F283BE
RGB
CMYK
RGB Variations
Color information
#F283BE (or 0xF283BE) is known color: Persian Pink. HEX triplet: F2, 83 and BE. RGB value is (242,131,190). Sum of RGB (Red+Green+Blue) = 242+131+190=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F283BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283BE is #0D7C41. Grayscale: #AAAAAA. Windows color (decimal): -883778 or 12485618. OLE color: 12485618.
HSL color Cylindrical-coordinate representation of color #F283BE: hue angle of 328.11º 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 #F283BE is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 190 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.05 |
| HSL | 328.11º | 0.81% | 0.73% | - |
| HSV(B) | 328.11º | 0.46% | 0.95% | - |
| XYZ | 54.03 | 38.83 | 53.36 | - |
| YUV | 170.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 190 | 0 | 0.46 | 0.21 | 0.05 | 328.11 | 0.81 | 0.73 |
| Hex | F2 | 83 | BE | 0 | 2E | 15 | 5 | 148 | 51 | 49 |
| Octal | 362 | 203 | 276 | 0 | 56 | 25 | 5 | 510 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10111110 | 0 | 101110 | 10101 | 101 | 101001000 | 1010001 | 1001001 |
Color Harmonies of #F283BE
Complementary color
Monochromatic Colors of #F283BE
Black with #F283BE
Text Example
Text Example
White with #F283BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283BE; }
p { color: rgb(242,131,190); }
H1.HeaderClassName
{
color: #F283BE;
}
.AnyTagClassName
{
color: #F283BE;
}
</style>
background-color css
<style>
a { background-color: #F283BE; }
a { background-color: rgb(242,131,190); }
div.DivClassName
{
background-color: #F283BE;
}
.BgClassName
{
background-color: #F283BE;
}
</style>
border-color css
<style>
span { border-color: #F283BE; }
span { border-color: rgb(242,131,190); }
td.TdClassName
{
border-color: #F283BE;
}
.TagClassName
{
border-color: #F283BE;
}
</style>