Shades of Persian Pink #F085B4
Tints of Persian Pink #F085B4
RGB
CMYK
RGB Variations
Color information
#F085B4 (or 0xF085B4) is known color: Persian Pink. HEX triplet: F0, 85 and B4. RGB value is (240,133,180). Sum of RGB (Red+Green+Blue) = 240+133+180=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F085B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085B4 is #0F7A4B. Grayscale: #AAAAAA. Windows color (decimal): -1014348 or 11830768. OLE color: 11830768.
HSL color Cylindrical-coordinate representation of color #F085B4: hue angle of 333.64º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085B4 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 180 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.06 |
| HSL | 333.64º | 0.78% | 0.73% | - |
| HSV(B) | 333.64º | 0.45% | 0.94% | - |
| XYZ | 52.56 | 38.6 | 47.86 | - |
| YUV | 170.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 180 | 0 | 0.45 | 0.25 | 0.06 | 333.64 | 0.78 | 0.73 |
| Hex | F0 | 85 | B4 | 0 | 2D | 19 | 6 | 14E | 4E | 49 |
| Octal | 360 | 205 | 264 | 0 | 55 | 31 | 6 | 516 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10110100 | 0 | 101101 | 11001 | 110 | 101001110 | 1001110 | 1001001 |
Color Harmonies of #F085B4
Complementary color
Monochromatic Colors of #F085B4
Black with #F085B4
Text Example
Text Example
White with #F085B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085B4; }
p { color: rgb(240,133,180); }
H1.HeaderClassName
{
color: #F085B4;
}
.AnyTagClassName
{
color: #F085B4;
}
</style>
background-color css
<style>
a { background-color: #F085B4; }
a { background-color: rgb(240,133,180); }
div.DivClassName
{
background-color: #F085B4;
}
.BgClassName
{
background-color: #F085B4;
}
</style>
border-color css
<style>
span { border-color: #F085B4; }
span { border-color: rgb(240,133,180); }
td.TdClassName
{
border-color: #F085B4;
}
.TagClassName
{
border-color: #F085B4;
}
</style>