Shades of Persian Pink #F285BD
Tints of Persian Pink #F285BD
RGB
CMYK
RGB Variations
Color information
#F285BD (or 0xF285BD) is known color: Persian Pink. HEX triplet: F2, 85 and BD. RGB value is (242,133,189). Sum of RGB (Red+Green+Blue) = 242+133+189=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F285BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285BD is #0D7A42. Grayscale: #ABABAB. Windows color (decimal): -883267 or 12420594. OLE color: 12420594.
HSL color Cylindrical-coordinate representation of color #F285BD: hue angle of 329.17º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285BD is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 189 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.05 |
| HSL | 329.17º | 0.81% | 0.74% | - |
| HSV(B) | 329.17º | 0.45% | 0.95% | - |
| XYZ | 54.19 | 39.33 | 52.88 | - |
| YUV | 171.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 189 | 0 | 0.45 | 0.22 | 0.05 | 329.17 | 0.81 | 0.74 |
| Hex | F2 | 85 | BD | 0 | 2D | 16 | 5 | 149 | 51 | 4A |
| Octal | 362 | 205 | 275 | 0 | 55 | 26 | 5 | 511 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10111101 | 0 | 101101 | 10110 | 101 | 101001001 | 1010001 | 1001010 |
Color Harmonies of #F285BD
Complementary color
Monochromatic Colors of #F285BD
Black with #F285BD
Text Example
Text Example
White with #F285BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285BD; }
p { color: rgb(242,133,189); }
H1.HeaderClassName
{
color: #F285BD;
}
.AnyTagClassName
{
color: #F285BD;
}
</style>
background-color css
<style>
a { background-color: #F285BD; }
a { background-color: rgb(242,133,189); }
div.DivClassName
{
background-color: #F285BD;
}
.BgClassName
{
background-color: #F285BD;
}
</style>
border-color css
<style>
span { border-color: #F285BD; }
span { border-color: rgb(242,133,189); }
td.TdClassName
{
border-color: #F285BD;
}
.TagClassName
{
border-color: #F285BD;
}
</style>