Shades of Persian Pink #F783B8
Tints of Persian Pink #F783B8
RGB
CMYK
RGB Variations
Color information
#F783B8 (or 0xF783B8) is known color: Persian Pink. HEX triplet: F7, 83 and B8. RGB value is (247,131,184). Sum of RGB (Red+Green+Blue) = 247+131+184=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F783B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F783B8 is #087C47. Grayscale: #ABABAB. Windows color (decimal): -556104 or 12092407. OLE color: 12092407.
HSL color Cylindrical-coordinate representation of color #F783B8: hue angle of 332.59º 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 #F783B8 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 184 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.03 |
| HSL | 332.59º | 0.88% | 0.74% | - |
| HSV(B) | 332.59º | 0.47% | 0.97% | - |
| XYZ | 55.13 | 39.47 | 50.06 | - |
| YUV | 171.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 184 | 0 | 0.47 | 0.26 | 0.03 | 332.59 | 0.88 | 0.74 |
| Hex | F7 | 83 | B8 | 0 | 2F | 1A | 3 | 14D | 58 | 4A |
| Octal | 367 | 203 | 270 | 0 | 57 | 32 | 3 | 515 | 130 | 112 |
| Binary | 11110111 | 10000011 | 10111000 | 0 | 101111 | 11010 | 11 | 101001101 | 1011000 | 1001010 |
Color Harmonies of #F783B8
Complementary color
Monochromatic Colors of #F783B8
Black with #F783B8
Text Example
Text Example
White with #F783B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F783B8; }
p { color: rgb(247,131,184); }
H1.HeaderClassName
{
color: #F783B8;
}
.AnyTagClassName
{
color: #F783B8;
}
</style>
background-color css
<style>
a { background-color: #F783B8; }
a { background-color: rgb(247,131,184); }
div.DivClassName
{
background-color: #F783B8;
}
.BgClassName
{
background-color: #F783B8;
}
</style>
border-color css
<style>
span { border-color: #F783B8; }
span { border-color: rgb(247,131,184); }
td.TdClassName
{
border-color: #F783B8;
}
.TagClassName
{
border-color: #F783B8;
}
</style>