Shades of Persian Pink #F270BC
Tints of Persian Pink #F270BC
RGB
CMYK
RGB Variations
Color information
#F270BC (or 0xF270BC) is known color: Persian Pink. HEX triplet: F2, 70 and BC. RGB value is (242,112,188). Sum of RGB (Red+Green+Blue) = 242+112+188=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F270BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270BC is #0D8F43. Grayscale: #9F9F9F. Windows color (decimal): -888644 or 12349682. OLE color: 12349682.
HSL color Cylindrical-coordinate representation of color #F270BC: hue angle of 324.92º 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 #F270BC is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 188 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.05 |
| HSL | 324.92º | 0.83% | 0.69% | - |
| HSV(B) | 324.92º | 0.54% | 0.95% | - |
| XYZ | 51.49 | 34.1 | 51.44 | - |
| YUV | 159.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 188 | 0 | 0.54 | 0.22 | 0.05 | 324.92 | 0.83 | 0.69 |
| Hex | F2 | 70 | BC | 0 | 36 | 16 | 5 | 145 | 53 | 45 |
| Octal | 362 | 160 | 274 | 0 | 66 | 26 | 5 | 505 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10111100 | 0 | 110110 | 10110 | 101 | 101000101 | 1010011 | 1000101 |
Color Harmonies of #F270BC
Complementary color
Monochromatic Colors of #F270BC
Black with #F270BC
Text Example
Text Example
White with #F270BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270BC; }
p { color: rgb(242,112,188); }
H1.HeaderClassName
{
color: #F270BC;
}
.AnyTagClassName
{
color: #F270BC;
}
</style>
background-color css
<style>
a { background-color: #F270BC; }
a { background-color: rgb(242,112,188); }
div.DivClassName
{
background-color: #F270BC;
}
.BgClassName
{
background-color: #F270BC;
}
</style>
border-color css
<style>
span { border-color: #F270BC; }
span { border-color: rgb(242,112,188); }
td.TdClassName
{
border-color: #F270BC;
}
.TagClassName
{
border-color: #F270BC;
}
</style>