Shades of Persian Pink #F274BB
Tints of Persian Pink #F274BB
RGB
CMYK
RGB Variations
Color information
#F274BB (or 0xF274BB) is known color: Persian Pink. HEX triplet: F2, 74 and BB. RGB value is (242,116,187). Sum of RGB (Red+Green+Blue) = 242+116+187=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F274BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274BB is #0D8B44. Grayscale: #A1A1A1. Windows color (decimal): -887621 or 12285170. OLE color: 12285170.
HSL color Cylindrical-coordinate representation of color #F274BB: hue angle of 326.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274BB is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 187 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.05 |
| HSL | 326.19º | 0.83% | 0.7% | - |
| HSV(B) | 326.19º | 0.52% | 0.95% | - |
| XYZ | 51.83 | 34.96 | 51.03 | - |
| YUV | 161.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 187 | 0 | 0.52 | 0.23 | 0.05 | 326.19 | 0.83 | 0.7 |
| Hex | F2 | 74 | BB | 0 | 34 | 17 | 5 | 146 | 53 | 46 |
| Octal | 362 | 164 | 273 | 0 | 64 | 27 | 5 | 506 | 123 | 106 |
| Binary | 11110010 | 1110100 | 10111011 | 0 | 110100 | 10111 | 101 | 101000110 | 1010011 | 1000110 |
Color Harmonies of #F274BB
Complementary color
Monochromatic Colors of #F274BB
Black with #F274BB
Text Example
Text Example
White with #F274BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274BB; }
p { color: rgb(242,116,187); }
H1.HeaderClassName
{
color: #F274BB;
}
.AnyTagClassName
{
color: #F274BB;
}
</style>
background-color css
<style>
a { background-color: #F274BB; }
a { background-color: rgb(242,116,187); }
div.DivClassName
{
background-color: #F274BB;
}
.BgClassName
{
background-color: #F274BB;
}
</style>
border-color css
<style>
span { border-color: #F274BB; }
span { border-color: rgb(242,116,187); }
td.TdClassName
{
border-color: #F274BB;
}
.TagClassName
{
border-color: #F274BB;
}
</style>