Shades of Persian Pink #F37BBE
Tints of Persian Pink #F37BBE
RGB
CMYK
RGB Variations
Color information
#F37BBE (or 0xF37BBE) is known color: Persian Pink. HEX triplet: F3, 7B and BE. RGB value is (243,123,190). Sum of RGB (Red+Green+Blue) = 243+123+190=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BBE is #0C8441. Grayscale: #A6A6A6. Windows color (decimal): -820290 or 12483571. OLE color: 12483571.
HSL color Cylindrical-coordinate representation of color #F37BBE: hue angle of 326.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 #F37BBE is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 190 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.05 |
| HSL | 326.5º | 0.83% | 0.72% | - |
| HSV(B) | 326.5º | 0.49% | 0.95% | - |
| XYZ | 53.34 | 36.94 | 53.03 | - |
| YUV | 166.52 | 141.26 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 190 | 0 | 0.49 | 0.22 | 0.05 | 326.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | BE | 0 | 31 | 16 | 5 | 146 | 53 | 48 |
| Octal | 363 | 173 | 276 | 0 | 61 | 26 | 5 | 506 | 123 | 110 |
| Binary | 11110011 | 1111011 | 10111110 | 0 | 110001 | 10110 | 101 | 101000110 | 1010011 | 1001000 |
Color Harmonies of #F37BBE
Complementary color
Monochromatic Colors of #F37BBE
Black with #F37BBE
Text Example
Text Example
White with #F37BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BBE; }
p { color: rgb(243,123,190); }
H1.HeaderClassName
{
color: #F37BBE;
}
.AnyTagClassName
{
color: #F37BBE;
}
</style>
background-color css
<style>
a { background-color: #F37BBE; }
a { background-color: rgb(243,123,190); }
div.DivClassName
{
background-color: #F37BBE;
}
.BgClassName
{
background-color: #F37BBE;
}
</style>
border-color css
<style>
span { border-color: #F37BBE; }
span { border-color: rgb(243,123,190); }
td.TdClassName
{
border-color: #F37BBE;
}
.TagClassName
{
border-color: #F37BBE;
}
</style>