Shades of Persian Pink #F37BC5
Tints of Persian Pink #F37BC5
RGB
CMYK
RGB Variations
Color information
#F37BC5 (or 0xF37BC5) is known color: Persian Pink. HEX triplet: F3, 7B and C5. RGB value is (243,123,197). Sum of RGB (Red+Green+Blue) = 243+123+197=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BC5 is #0C843A. Grayscale: #A7A7A7. Windows color (decimal): -820283 or 12942323. OLE color: 12942323.
HSL color Cylindrical-coordinate representation of color #F37BC5: hue angle of 323º 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 #F37BC5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 197 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.05 |
| HSL | 323º | 0.83% | 0.72% | - |
| HSV(B) | 323º | 0.49% | 0.95% | - |
| XYZ | 54.12 | 37.25 | 57.16 | - |
| YUV | 167.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 197 | 0 | 0.49 | 0.19 | 0.05 | 323 | 0.83 | 0.72 |
| Hex | F3 | 7B | C5 | 0 | 31 | 13 | 5 | 143 | 53 | 48 |
| Octal | 363 | 173 | 305 | 0 | 61 | 23 | 5 | 503 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11000101 | 0 | 110001 | 10011 | 101 | 101000011 | 1010011 | 1001000 |
Color Harmonies of #F37BC5
Complementary color
Monochromatic Colors of #F37BC5
Black with #F37BC5
Text Example
Text Example
White with #F37BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BC5; }
p { color: rgb(243,123,197); }
H1.HeaderClassName
{
color: #F37BC5;
}
.AnyTagClassName
{
color: #F37BC5;
}
</style>
background-color css
<style>
a { background-color: #F37BC5; }
a { background-color: rgb(243,123,197); }
div.DivClassName
{
background-color: #F37BC5;
}
.BgClassName
{
background-color: #F37BC5;
}
</style>
border-color css
<style>
span { border-color: #F37BC5; }
span { border-color: rgb(243,123,197); }
td.TdClassName
{
border-color: #F37BC5;
}
.TagClassName
{
border-color: #F37BC5;
}
</style>