Shades of Persian Pink #F478BC
Tints of Persian Pink #F478BC
RGB
CMYK
RGB Variations
Color information
#F478BC (or 0xF478BC) is known color: Persian Pink. HEX triplet: F4, 78 and BC. RGB value is (244,120,188). Sum of RGB (Red+Green+Blue) = 244+120+188=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F478BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478BC is #0B8743. Grayscale: #A4A4A4. Windows color (decimal): -755524 or 12351732. OLE color: 12351732.
HSL color Cylindrical-coordinate representation of color #F478BC: hue angle of 327.1º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F478BC is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 188 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.04 |
| HSL | 327.1º | 0.85% | 0.71% | - |
| HSV(B) | 327.1º | 0.51% | 0.96% | - |
| XYZ | 53.1 | 36.3 | 51.78 | - |
| YUV | 164.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 188 | 0 | 0.51 | 0.23 | 0.04 | 327.1 | 0.85 | 0.71 |
| Hex | F4 | 78 | BC | 0 | 33 | 17 | 4 | 147 | 55 | 47 |
| Octal | 364 | 170 | 274 | 0 | 63 | 27 | 4 | 507 | 125 | 107 |
| Binary | 11110100 | 1111000 | 10111100 | 0 | 110011 | 10111 | 100 | 101000111 | 1010101 | 1000111 |
Color Harmonies of #F478BC
Complementary color
Monochromatic Colors of #F478BC
Black with #F478BC
Text Example
Text Example
White with #F478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478BC; }
p { color: rgb(244,120,188); }
H1.HeaderClassName
{
color: #F478BC;
}
.AnyTagClassName
{
color: #F478BC;
}
</style>
background-color css
<style>
a { background-color: #F478BC; }
a { background-color: rgb(244,120,188); }
div.DivClassName
{
background-color: #F478BC;
}
.BgClassName
{
background-color: #F478BC;
}
</style>
border-color css
<style>
span { border-color: #F478BC; }
span { border-color: rgb(244,120,188); }
td.TdClassName
{
border-color: #F478BC;
}
.TagClassName
{
border-color: #F478BC;
}
</style>