Shades of Persian Pink #F27BBD
Tints of Persian Pink #F27BBD
RGB
CMYK
RGB Variations
Color information
#F27BBD (or 0xF27BBD) is known color: Persian Pink. HEX triplet: F2, 7B and BD. RGB value is (242,123,189). Sum of RGB (Red+Green+Blue) = 242+123+189=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BBD is #0D8442. Grayscale: #A5A5A5. Windows color (decimal): -885827 or 12418034. OLE color: 12418034.
HSL color Cylindrical-coordinate representation of color #F27BBD: hue angle of 326.72º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BBD is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 189 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.05 |
| HSL | 326.72º | 0.82% | 0.72% | - |
| HSV(B) | 326.72º | 0.49% | 0.95% | - |
| XYZ | 52.89 | 36.72 | 52.44 | - |
| YUV | 166.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 189 | 0 | 0.49 | 0.22 | 0.05 | 326.72 | 0.82 | 0.72 |
| Hex | F2 | 7B | BD | 0 | 31 | 16 | 5 | 147 | 52 | 48 |
| Octal | 362 | 173 | 275 | 0 | 61 | 26 | 5 | 507 | 122 | 110 |
| Binary | 11110010 | 1111011 | 10111101 | 0 | 110001 | 10110 | 101 | 101000111 | 1010010 | 1001000 |
Color Harmonies of #F27BBD
Complementary color
Monochromatic Colors of #F27BBD
Black with #F27BBD
Text Example
Text Example
White with #F27BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BBD; }
p { color: rgb(242,123,189); }
H1.HeaderClassName
{
color: #F27BBD;
}
.AnyTagClassName
{
color: #F27BBD;
}
</style>
background-color css
<style>
a { background-color: #F27BBD; }
a { background-color: rgb(242,123,189); }
div.DivClassName
{
background-color: #F27BBD;
}
.BgClassName
{
background-color: #F27BBD;
}
</style>
border-color css
<style>
span { border-color: #F27BBD; }
span { border-color: rgb(242,123,189); }
td.TdClassName
{
border-color: #F27BBD;
}
.TagClassName
{
border-color: #F27BBD;
}
</style>