Shades of Persian Pink #F274BC
Tints of Persian Pink #F274BC
RGB
CMYK
RGB Variations
Color information
#F274BC (or 0xF274BC) is known color: Persian Pink. HEX triplet: F2, 74 and BC. RGB value is (242,116,188). Sum of RGB (Red+Green+Blue) = 242+116+188=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F274BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274BC is #0D8B43. Grayscale: #A1A1A1. Windows color (decimal): -887620 or 12350706. OLE color: 12350706.
HSL color Cylindrical-coordinate representation of color #F274BC: hue angle of 325.71º 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 #F274BC is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 188 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.05 |
| HSL | 325.71º | 0.83% | 0.7% | - |
| HSV(B) | 325.71º | 0.52% | 0.95% | - |
| XYZ | 51.94 | 35 | 51.59 | - |
| YUV | 161.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 188 | 0 | 0.52 | 0.22 | 0.05 | 325.71 | 0.83 | 0.7 |
| Hex | F2 | 74 | BC | 0 | 34 | 16 | 5 | 146 | 53 | 46 |
| Octal | 362 | 164 | 274 | 0 | 64 | 26 | 5 | 506 | 123 | 106 |
| Binary | 11110010 | 1110100 | 10111100 | 0 | 110100 | 10110 | 101 | 101000110 | 1010011 | 1000110 |
Color Harmonies of #F274BC
Complementary color
Monochromatic Colors of #F274BC
Black with #F274BC
Text Example
Text Example
White with #F274BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274BC; }
p { color: rgb(242,116,188); }
H1.HeaderClassName
{
color: #F274BC;
}
.AnyTagClassName
{
color: #F274BC;
}
</style>
background-color css
<style>
a { background-color: #F274BC; }
a { background-color: rgb(242,116,188); }
div.DivClassName
{
background-color: #F274BC;
}
.BgClassName
{
background-color: #F274BC;
}
</style>
border-color css
<style>
span { border-color: #F274BC; }
span { border-color: rgb(242,116,188); }
td.TdClassName
{
border-color: #F274BC;
}
.TagClassName
{
border-color: #F274BC;
}
</style>