Shades of Persian Pink #F477B5
Tints of Persian Pink #F477B5
RGB
CMYK
RGB Variations
Color information
#F477B5 (or 0xF477B5) is known color: Persian Pink. HEX triplet: F4, 77 and B5. RGB value is (244,119,181). Sum of RGB (Red+Green+Blue) = 244+119+181=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F477B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477B5 is #0B884A. Grayscale: #A3A3A3. Windows color (decimal): -755787 or 11892724. OLE color: 11892724.
HSL color Cylindrical-coordinate representation of color #F477B5: hue angle of 330.24º 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 #F477B5 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 181 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.04 |
| HSL | 330.24º | 0.85% | 0.71% | - |
| HSV(B) | 330.24º | 0.51% | 0.96% | - |
| XYZ | 52.25 | 35.76 | 47.87 | - |
| YUV | 163.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 181 | 0 | 0.51 | 0.26 | 0.04 | 330.24 | 0.85 | 0.71 |
| Hex | F4 | 77 | B5 | 0 | 33 | 1A | 4 | 14A | 55 | 47 |
| Octal | 364 | 167 | 265 | 0 | 63 | 32 | 4 | 512 | 125 | 107 |
| Binary | 11110100 | 1110111 | 10110101 | 0 | 110011 | 11010 | 100 | 101001010 | 1010101 | 1000111 |
Color Harmonies of #F477B5
Complementary color
Monochromatic Colors of #F477B5
Black with #F477B5
Text Example
Text Example
White with #F477B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F477B5; }
p { color: rgb(244,119,181); }
H1.HeaderClassName
{
color: #F477B5;
}
.AnyTagClassName
{
color: #F477B5;
}
</style>
background-color css
<style>
a { background-color: #F477B5; }
a { background-color: rgb(244,119,181); }
div.DivClassName
{
background-color: #F477B5;
}
.BgClassName
{
background-color: #F477B5;
}
</style>
border-color css
<style>
span { border-color: #F477B5; }
span { border-color: rgb(244,119,181); }
td.TdClassName
{
border-color: #F477B5;
}
.TagClassName
{
border-color: #F477B5;
}
</style>