Shades of Persian Pink #F270BB
Tints of Persian Pink #F270BB
RGB
CMYK
RGB Variations
Color information
#F270BB (or 0xF270BB) is known color: Persian Pink. HEX triplet: F2, 70 and BB. RGB value is (242,112,187). Sum of RGB (Red+Green+Blue) = 242+112+187=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F270BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270BB is #0D8F44. Grayscale: #9F9F9F. Windows color (decimal): -888645 or 12284146. OLE color: 12284146.
HSL color Cylindrical-coordinate representation of color #F270BB: hue angle of 325.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270BB is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 187 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.05 |
| HSL | 325.38º | 0.83% | 0.69% | - |
| HSV(B) | 325.38º | 0.54% | 0.95% | - |
| XYZ | 51.38 | 34.05 | 50.88 | - |
| YUV | 159.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 187 | 0 | 0.54 | 0.23 | 0.05 | 325.38 | 0.83 | 0.69 |
| Hex | F2 | 70 | BB | 0 | 36 | 17 | 5 | 145 | 53 | 45 |
| Octal | 362 | 160 | 273 | 0 | 66 | 27 | 5 | 505 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10111011 | 0 | 110110 | 10111 | 101 | 101000101 | 1010011 | 1000101 |
Color Harmonies of #F270BB
Complementary color
Monochromatic Colors of #F270BB
Black with #F270BB
Text Example
Text Example
White with #F270BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270BB; }
p { color: rgb(242,112,187); }
H1.HeaderClassName
{
color: #F270BB;
}
.AnyTagClassName
{
color: #F270BB;
}
</style>
background-color css
<style>
a { background-color: #F270BB; }
a { background-color: rgb(242,112,187); }
div.DivClassName
{
background-color: #F270BB;
}
.BgClassName
{
background-color: #F270BB;
}
</style>
border-color css
<style>
span { border-color: #F270BB; }
span { border-color: rgb(242,112,187); }
td.TdClassName
{
border-color: #F270BB;
}
.TagClassName
{
border-color: #F270BB;
}
</style>