Shades of Persian Pink #F37AB8
Tints of Persian Pink #F37AB8
RGB
CMYK
RGB Variations
Color information
#F37AB8 (or 0xF37AB8) is known color: Persian Pink. HEX triplet: F3, 7A and B8. RGB value is (243,122,184). Sum of RGB (Red+Green+Blue) = 243+122+184=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AB8 is #0C8547. Grayscale: #A5A5A5. Windows color (decimal): -820552 or 12090099. OLE color: 12090099.
HSL color Cylindrical-coordinate representation of color #F37AB8: hue angle of 329.26º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37AB8 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 184 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.05 |
| HSL | 329.26º | 0.83% | 0.72% | - |
| HSV(B) | 329.26º | 0.5% | 0.95% | - |
| XYZ | 52.57 | 36.43 | 49.61 | - |
| YUV | 165.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 184 | 0 | 0.50 | 0.24 | 0.05 | 329.26 | 0.83 | 0.72 |
| Hex | F3 | 7A | B8 | 0 | 32 | 18 | 5 | 149 | 53 | 48 |
| Octal | 363 | 172 | 270 | 0 | 62 | 30 | 5 | 511 | 123 | 110 |
| Binary | 11110011 | 1111010 | 10111000 | 0 | 110010 | 11000 | 101 | 101001001 | 1010011 | 1001000 |
Color Harmonies of #F37AB8
Complementary color
Monochromatic Colors of #F37AB8
Black with #F37AB8
Text Example
Text Example
White with #F37AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AB8; }
p { color: rgb(243,122,184); }
H1.HeaderClassName
{
color: #F37AB8;
}
.AnyTagClassName
{
color: #F37AB8;
}
</style>
background-color css
<style>
a { background-color: #F37AB8; }
a { background-color: rgb(243,122,184); }
div.DivClassName
{
background-color: #F37AB8;
}
.BgClassName
{
background-color: #F37AB8;
}
</style>
border-color css
<style>
span { border-color: #F37AB8; }
span { border-color: rgb(243,122,184); }
td.TdClassName
{
border-color: #F37AB8;
}
.TagClassName
{
border-color: #F37AB8;
}
</style>