Shades of Persian Pink #F783BB
Tints of Persian Pink #F783BB
RGB
CMYK
RGB Variations
Color information
#F783BB (or 0xF783BB) is known color: Persian Pink. HEX triplet: F7, 83 and BB. RGB value is (247,131,187). Sum of RGB (Red+Green+Blue) = 247+131+187=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F783BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F783BB is #087C44. Grayscale: #ABABAB. Windows color (decimal): -556101 or 12289015. OLE color: 12289015.
HSL color Cylindrical-coordinate representation of color #F783BB: hue angle of 331.03º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F783BB is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 187 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.03 |
| HSL | 331.03º | 0.88% | 0.74% | - |
| HSV(B) | 331.03º | 0.47% | 0.97% | - |
| XYZ | 55.44 | 39.59 | 51.73 | - |
| YUV | 172.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 187 | 0 | 0.47 | 0.24 | 0.03 | 331.03 | 0.88 | 0.74 |
| Hex | F7 | 83 | BB | 0 | 2F | 18 | 3 | 14B | 58 | 4A |
| Octal | 367 | 203 | 273 | 0 | 57 | 30 | 3 | 513 | 130 | 112 |
| Binary | 11110111 | 10000011 | 10111011 | 0 | 101111 | 11000 | 11 | 101001011 | 1011000 | 1001010 |
Color Harmonies of #F783BB
Complementary color
Monochromatic Colors of #F783BB
Black with #F783BB
Text Example
Text Example
White with #F783BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F783BB; }
p { color: rgb(247,131,187); }
H1.HeaderClassName
{
color: #F783BB;
}
.AnyTagClassName
{
color: #F783BB;
}
</style>
background-color css
<style>
a { background-color: #F783BB; }
a { background-color: rgb(247,131,187); }
div.DivClassName
{
background-color: #F783BB;
}
.BgClassName
{
background-color: #F783BB;
}
</style>
border-color css
<style>
span { border-color: #F783BB; }
span { border-color: rgb(247,131,187); }
td.TdClassName
{
border-color: #F783BB;
}
.TagClassName
{
border-color: #F783BB;
}
</style>