Shades of Persian Pink #F37BC4
Tints of Persian Pink #F37BC4
RGB
CMYK
RGB Variations
Color information
#F37BC4 (or 0xF37BC4) is known color: Persian Pink. HEX triplet: F3, 7B and C4. RGB value is (243,123,196). Sum of RGB (Red+Green+Blue) = 243+123+196=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BC4 is #0C843B. Grayscale: #A7A7A7. Windows color (decimal): -820284 or 12876787. OLE color: 12876787.
HSL color Cylindrical-coordinate representation of color #F37BC4: hue angle of 323.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 #F37BC4 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 196 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.05 |
| HSL | 323.5º | 0.83% | 0.72% | - |
| HSV(B) | 323.5º | 0.49% | 0.95% | - |
| XYZ | 54.01 | 37.21 | 56.56 | - |
| YUV | 167.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 196 | 0 | 0.49 | 0.19 | 0.05 | 323.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | C4 | 0 | 31 | 13 | 5 | 144 | 53 | 48 |
| Octal | 363 | 173 | 304 | 0 | 61 | 23 | 5 | 504 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11000100 | 0 | 110001 | 10011 | 101 | 101000100 | 1010011 | 1001000 |
Color Harmonies of #F37BC4
Complementary color
Monochromatic Colors of #F37BC4
Black with #F37BC4
Text Example
Text Example
White with #F37BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BC4; }
p { color: rgb(243,123,196); }
H1.HeaderClassName
{
color: #F37BC4;
}
.AnyTagClassName
{
color: #F37BC4;
}
</style>
background-color css
<style>
a { background-color: #F37BC4; }
a { background-color: rgb(243,123,196); }
div.DivClassName
{
background-color: #F37BC4;
}
.BgClassName
{
background-color: #F37BC4;
}
</style>
border-color css
<style>
span { border-color: #F37BC4; }
span { border-color: rgb(243,123,196); }
td.TdClassName
{
border-color: #F37BC4;
}
.TagClassName
{
border-color: #F37BC4;
}
</style>