Shades of Persian Pink #F485BC
Tints of Persian Pink #F485BC
RGB
CMYK
RGB Variations
Color information
#F485BC (or 0xF485BC) is known color: Persian Pink. HEX triplet: F4, 85 and BC. RGB value is (244,133,188). Sum of RGB (Red+Green+Blue) = 244+133+188=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F485BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485BC is #0B7A43. Grayscale: #ACACAC. Windows color (decimal): -752196 or 12355060. OLE color: 12355060.
HSL color Cylindrical-coordinate representation of color #F485BC: hue angle of 330.27º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485BC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 188 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.04 |
| HSL | 330.27º | 0.83% | 0.74% | - |
| HSV(B) | 330.27º | 0.45% | 0.96% | - |
| XYZ | 54.77 | 39.64 | 52.34 | - |
| YUV | 172.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 188 | 0 | 0.45 | 0.23 | 0.04 | 330.27 | 0.83 | 0.74 |
| Hex | F4 | 85 | BC | 0 | 2D | 17 | 4 | 14A | 53 | 4A |
| Octal | 364 | 205 | 274 | 0 | 55 | 27 | 4 | 512 | 123 | 112 |
| Binary | 11110100 | 10000101 | 10111100 | 0 | 101101 | 10111 | 100 | 101001010 | 1010011 | 1001010 |
Color Harmonies of #F485BC
Complementary color
Monochromatic Colors of #F485BC
Black with #F485BC
Text Example
Text Example
White with #F485BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485BC; }
p { color: rgb(244,133,188); }
H1.HeaderClassName
{
color: #F485BC;
}
.AnyTagClassName
{
color: #F485BC;
}
</style>
background-color css
<style>
a { background-color: #F485BC; }
a { background-color: rgb(244,133,188); }
div.DivClassName
{
background-color: #F485BC;
}
.BgClassName
{
background-color: #F485BC;
}
</style>
border-color css
<style>
span { border-color: #F485BC; }
span { border-color: rgb(244,133,188); }
td.TdClassName
{
border-color: #F485BC;
}
.TagClassName
{
border-color: #F485BC;
}
</style>