Shades of Persian Pink #F477BD
Tints of Persian Pink #F477BD
RGB
CMYK
RGB Variations
Color information
#F477BD (or 0xF477BD) is known color: Persian Pink. HEX triplet: F4, 77 and BD. RGB value is (244,119,189). Sum of RGB (Red+Green+Blue) = 244+119+189=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F477BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477BD is #0B8842. Grayscale: #A4A4A4. Windows color (decimal): -755779 or 12417012. OLE color: 12417012.
HSL color Cylindrical-coordinate representation of color #F477BD: hue angle of 326.4º 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 #F477BD is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 189 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.04 |
| HSL | 326.4º | 0.85% | 0.71% | - |
| HSV(B) | 326.4º | 0.51% | 0.96% | - |
| XYZ | 53.09 | 36.1 | 52.31 | - |
| YUV | 164.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 189 | 0 | 0.51 | 0.23 | 0.04 | 326.4 | 0.85 | 0.71 |
| Hex | F4 | 77 | BD | 0 | 33 | 17 | 4 | 146 | 55 | 47 |
| Octal | 364 | 167 | 275 | 0 | 63 | 27 | 4 | 506 | 125 | 107 |
| Binary | 11110100 | 1110111 | 10111101 | 0 | 110011 | 10111 | 100 | 101000110 | 1010101 | 1000111 |
Color Harmonies of #F477BD
Complementary color
Monochromatic Colors of #F477BD
Black with #F477BD
Text Example
Text Example
White with #F477BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F477BD; }
p { color: rgb(244,119,189); }
H1.HeaderClassName
{
color: #F477BD;
}
.AnyTagClassName
{
color: #F477BD;
}
</style>
background-color css
<style>
a { background-color: #F477BD; }
a { background-color: rgb(244,119,189); }
div.DivClassName
{
background-color: #F477BD;
}
.BgClassName
{
background-color: #F477BD;
}
</style>
border-color css
<style>
span { border-color: #F477BD; }
span { border-color: rgb(244,119,189); }
td.TdClassName
{
border-color: #F477BD;
}
.TagClassName
{
border-color: #F477BD;
}
</style>