Shades of Persian Pink #F478BE
Tints of Persian Pink #F478BE
RGB
CMYK
RGB Variations
Color information
#F478BE (or 0xF478BE) is known color: Persian Pink. HEX triplet: F4, 78 and BE. RGB value is (244,120,190). Sum of RGB (Red+Green+Blue) = 244+120+190=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F478BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478BE is #0B8741. Grayscale: #A4A4A4. Windows color (decimal): -755522 or 12482804. OLE color: 12482804.
HSL color Cylindrical-coordinate representation of color #F478BE: hue angle of 326.13º 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 #F478BE is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 190 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.04 |
| HSL | 326.13º | 0.85% | 0.71% | - |
| HSV(B) | 326.13º | 0.51% | 0.96% | - |
| XYZ | 53.32 | 36.38 | 52.93 | - |
| YUV | 165.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 190 | 0 | 0.51 | 0.22 | 0.04 | 326.13 | 0.85 | 0.71 |
| Hex | F4 | 78 | BE | 0 | 33 | 16 | 4 | 146 | 55 | 47 |
| Octal | 364 | 170 | 276 | 0 | 63 | 26 | 4 | 506 | 125 | 107 |
| Binary | 11110100 | 1111000 | 10111110 | 0 | 110011 | 10110 | 100 | 101000110 | 1010101 | 1000111 |
Color Harmonies of #F478BE
Complementary color
Monochromatic Colors of #F478BE
Black with #F478BE
Text Example
Text Example
White with #F478BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478BE; }
p { color: rgb(244,120,190); }
H1.HeaderClassName
{
color: #F478BE;
}
.AnyTagClassName
{
color: #F478BE;
}
</style>
background-color css
<style>
a { background-color: #F478BE; }
a { background-color: rgb(244,120,190); }
div.DivClassName
{
background-color: #F478BE;
}
.BgClassName
{
background-color: #F478BE;
}
</style>
border-color css
<style>
span { border-color: #F478BE; }
span { border-color: rgb(244,120,190); }
td.TdClassName
{
border-color: #F478BE;
}
.TagClassName
{
border-color: #F478BE;
}
</style>