Shades of Persian Pink #F37BBC
Tints of Persian Pink #F37BBC
RGB
CMYK
RGB Variations
Color information
#F37BBC (or 0xF37BBC) is known color: Persian Pink. HEX triplet: F3, 7B and BC. RGB value is (243,123,188). Sum of RGB (Red+Green+Blue) = 243+123+188=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BBC is #0C8443. Grayscale: #A6A6A6. Windows color (decimal): -820292 or 12352499. OLE color: 12352499.
HSL color Cylindrical-coordinate representation of color #F37BBC: hue angle of 327.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37BBC is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 188 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.05 |
| HSL | 327.5º | 0.83% | 0.72% | - |
| HSV(B) | 327.5º | 0.49% | 0.95% | - |
| XYZ | 53.12 | 36.85 | 51.89 | - |
| YUV | 166.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 188 | 0 | 0.49 | 0.23 | 0.05 | 327.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | BC | 0 | 31 | 17 | 5 | 148 | 53 | 48 |
| Octal | 363 | 173 | 274 | 0 | 61 | 27 | 5 | 510 | 123 | 110 |
| Binary | 11110011 | 1111011 | 10111100 | 0 | 110001 | 10111 | 101 | 101001000 | 1010011 | 1001000 |
Color Harmonies of #F37BBC
Complementary color
Monochromatic Colors of #F37BBC
Black with #F37BBC
Text Example
Text Example
White with #F37BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BBC; }
p { color: rgb(243,123,188); }
H1.HeaderClassName
{
color: #F37BBC;
}
.AnyTagClassName
{
color: #F37BBC;
}
</style>
background-color css
<style>
a { background-color: #F37BBC; }
a { background-color: rgb(243,123,188); }
div.DivClassName
{
background-color: #F37BBC;
}
.BgClassName
{
background-color: #F37BBC;
}
</style>
border-color css
<style>
span { border-color: #F37BBC; }
span { border-color: rgb(243,123,188); }
td.TdClassName
{
border-color: #F37BBC;
}
.TagClassName
{
border-color: #F37BBC;
}
</style>