Shades of Persian Pink #F384BC
Tints of Persian Pink #F384BC
RGB
CMYK
RGB Variations
Color information
#F384BC (or 0xF384BC) is known color: Persian Pink. HEX triplet: F3, 84 and BC. RGB value is (243,132,188). Sum of RGB (Red+Green+Blue) = 243+132+188=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F384BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384BC is #0C7B43. Grayscale: #ABABAB. Windows color (decimal): -817988 or 12354803. OLE color: 12354803.
HSL color Cylindrical-coordinate representation of color #F384BC: hue angle of 329.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384BC is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 188 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.05 |
| HSL | 329.73º | 0.82% | 0.74% | - |
| HSV(B) | 329.73º | 0.46% | 0.95% | - |
| XYZ | 54.29 | 39.19 | 52.28 | - |
| YUV | 171.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 188 | 0 | 0.46 | 0.23 | 0.05 | 329.73 | 0.82 | 0.74 |
| Hex | F3 | 84 | BC | 0 | 2E | 17 | 5 | 14A | 52 | 4A |
| Octal | 363 | 204 | 274 | 0 | 56 | 27 | 5 | 512 | 122 | 112 |
| Binary | 11110011 | 10000100 | 10111100 | 0 | 101110 | 10111 | 101 | 101001010 | 1010010 | 1001010 |
Color Harmonies of #F384BC
Complementary color
Monochromatic Colors of #F384BC
Black with #F384BC
Text Example
Text Example
White with #F384BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384BC; }
p { color: rgb(243,132,188); }
H1.HeaderClassName
{
color: #F384BC;
}
.AnyTagClassName
{
color: #F384BC;
}
</style>
background-color css
<style>
a { background-color: #F384BC; }
a { background-color: rgb(243,132,188); }
div.DivClassName
{
background-color: #F384BC;
}
.BgClassName
{
background-color: #F384BC;
}
</style>
border-color css
<style>
span { border-color: #F384BC; }
span { border-color: rgb(243,132,188); }
td.TdClassName
{
border-color: #F384BC;
}
.TagClassName
{
border-color: #F384BC;
}
</style>