Shades of Persian Pink #F485BD
Tints of Persian Pink #F485BD
RGB
CMYK
RGB Variations
Color information
#F485BD (or 0xF485BD) is known color: Persian Pink. HEX triplet: F4, 85 and BD. RGB value is (244,133,189). Sum of RGB (Red+Green+Blue) = 244+133+189=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F485BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485BD is #0B7A42. Grayscale: #ACACAC. Windows color (decimal): -752195 or 12420596. OLE color: 12420596.
HSL color Cylindrical-coordinate representation of color #F485BD: hue angle of 329.73º 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 #F485BD is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 189 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.04 |
| HSL | 329.73º | 0.83% | 0.74% | - |
| HSV(B) | 329.73º | 0.45% | 0.96% | - |
| XYZ | 54.88 | 39.68 | 52.91 | - |
| YUV | 172.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 189 | 0 | 0.45 | 0.23 | 0.04 | 329.73 | 0.83 | 0.74 |
| Hex | F4 | 85 | BD | 0 | 2D | 17 | 4 | 14A | 53 | 4A |
| Octal | 364 | 205 | 275 | 0 | 55 | 27 | 4 | 512 | 123 | 112 |
| Binary | 11110100 | 10000101 | 10111101 | 0 | 101101 | 10111 | 100 | 101001010 | 1010011 | 1001010 |
Color Harmonies of #F485BD
Complementary color
Monochromatic Colors of #F485BD
Black with #F485BD
Text Example
Text Example
White with #F485BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485BD; }
p { color: rgb(244,133,189); }
H1.HeaderClassName
{
color: #F485BD;
}
.AnyTagClassName
{
color: #F485BD;
}
</style>
background-color css
<style>
a { background-color: #F485BD; }
a { background-color: rgb(244,133,189); }
div.DivClassName
{
background-color: #F485BD;
}
.BgClassName
{
background-color: #F485BD;
}
</style>
border-color css
<style>
span { border-color: #F485BD; }
span { border-color: rgb(244,133,189); }
td.TdClassName
{
border-color: #F485BD;
}
.TagClassName
{
border-color: #F485BD;
}
</style>