Shades of Persian Pink #F27DBB
Tints of Persian Pink #F27DBB
RGB
CMYK
RGB Variations
Color information
#F27DBB (or 0xF27DBB) is known color: Persian Pink. HEX triplet: F2, 7D and BB. RGB value is (242,125,187). Sum of RGB (Red+Green+Blue) = 242+125+187=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DBB is #0D8244. Grayscale: #A6A6A6. Windows color (decimal): -885317 or 12287474. OLE color: 12287474.
HSL color Cylindrical-coordinate representation of color #F27DBB: hue angle of 328.21º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DBB is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 187 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.05 |
| HSL | 328.21º | 0.82% | 0.72% | - |
| HSV(B) | 328.21º | 0.48% | 0.95% | - |
| XYZ | 52.92 | 37.13 | 51.39 | - |
| YUV | 167.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 187 | 0 | 0.48 | 0.23 | 0.05 | 328.21 | 0.82 | 0.72 |
| Hex | F2 | 7D | BB | 0 | 30 | 17 | 5 | 148 | 52 | 48 |
| Octal | 362 | 175 | 273 | 0 | 60 | 27 | 5 | 510 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10111011 | 0 | 110000 | 10111 | 101 | 101001000 | 1010010 | 1001000 |
Color Harmonies of #F27DBB
Complementary color
Monochromatic Colors of #F27DBB
Black with #F27DBB
Text Example
Text Example
White with #F27DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DBB; }
p { color: rgb(242,125,187); }
H1.HeaderClassName
{
color: #F27DBB;
}
.AnyTagClassName
{
color: #F27DBB;
}
</style>
background-color css
<style>
a { background-color: #F27DBB; }
a { background-color: rgb(242,125,187); }
div.DivClassName
{
background-color: #F27DBB;
}
.BgClassName
{
background-color: #F27DBB;
}
</style>
border-color css
<style>
span { border-color: #F27DBB; }
span { border-color: rgb(242,125,187); }
td.TdClassName
{
border-color: #F27DBB;
}
.TagClassName
{
border-color: #F27DBB;
}
</style>