Shades of Persian Pink #F478BB
Tints of Persian Pink #F478BB
RGB
CMYK
RGB Variations
Color information
#F478BB (or 0xF478BB) is known color: Persian Pink. HEX triplet: F4, 78 and BB. RGB value is (244,120,187). Sum of RGB (Red+Green+Blue) = 244+120+187=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F478BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478BB is #0B8744. Grayscale: #A4A4A4. Windows color (decimal): -755525 or 12286196. OLE color: 12286196.
HSL color Cylindrical-coordinate representation of color #F478BB: hue angle of 327.58º 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 #F478BB is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 187 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.04 |
| HSL | 327.58º | 0.85% | 0.71% | - |
| HSV(B) | 327.58º | 0.51% | 0.96% | - |
| XYZ | 52.99 | 36.25 | 51.22 | - |
| YUV | 164.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 187 | 0 | 0.51 | 0.23 | 0.04 | 327.58 | 0.85 | 0.71 |
| Hex | F4 | 78 | BB | 0 | 33 | 17 | 4 | 148 | 55 | 47 |
| Octal | 364 | 170 | 273 | 0 | 63 | 27 | 4 | 510 | 125 | 107 |
| Binary | 11110100 | 1111000 | 10111011 | 0 | 110011 | 10111 | 100 | 101001000 | 1010101 | 1000111 |
Color Harmonies of #F478BB
Complementary color
Monochromatic Colors of #F478BB
Black with #F478BB
Text Example
Text Example
White with #F478BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478BB; }
p { color: rgb(244,120,187); }
H1.HeaderClassName
{
color: #F478BB;
}
.AnyTagClassName
{
color: #F478BB;
}
</style>
background-color css
<style>
a { background-color: #F478BB; }
a { background-color: rgb(244,120,187); }
div.DivClassName
{
background-color: #F478BB;
}
.BgClassName
{
background-color: #F478BB;
}
</style>
border-color css
<style>
span { border-color: #F478BB; }
span { border-color: rgb(244,120,187); }
td.TdClassName
{
border-color: #F478BB;
}
.TagClassName
{
border-color: #F478BB;
}
</style>