Shades of Persian Pink #F382BC
Tints of Persian Pink #F382BC
RGB
CMYK
RGB Variations
Color information
#F382BC (or 0xF382BC) is known color: Persian Pink. HEX triplet: F3, 82 and BC. RGB value is (243,130,188). Sum of RGB (Red+Green+Blue) = 243+130+188=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F382BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382BC is #0C7D43. Grayscale: #AAAAAA. Windows color (decimal): -818500 or 12354291. OLE color: 12354291.
HSL color Cylindrical-coordinate representation of color #F382BC: hue angle of 329.2º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F382BC is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 188 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.05 |
| HSL | 329.2º | 0.82% | 0.73% | - |
| HSV(B) | 329.2º | 0.47% | 0.95% | - |
| XYZ | 54.02 | 38.65 | 52.19 | - |
| YUV | 170.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 188 | 0 | 0.47 | 0.23 | 0.05 | 329.2 | 0.82 | 0.73 |
| Hex | F3 | 82 | BC | 0 | 2F | 17 | 5 | 149 | 52 | 49 |
| Octal | 363 | 202 | 274 | 0 | 57 | 27 | 5 | 511 | 122 | 111 |
| Binary | 11110011 | 10000010 | 10111100 | 0 | 101111 | 10111 | 101 | 101001001 | 1010010 | 1001001 |
Color Harmonies of #F382BC
Complementary color
Monochromatic Colors of #F382BC
Black with #F382BC
Text Example
Text Example
White with #F382BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382BC; }
p { color: rgb(243,130,188); }
H1.HeaderClassName
{
color: #F382BC;
}
.AnyTagClassName
{
color: #F382BC;
}
</style>
background-color css
<style>
a { background-color: #F382BC; }
a { background-color: rgb(243,130,188); }
div.DivClassName
{
background-color: #F382BC;
}
.BgClassName
{
background-color: #F382BC;
}
</style>
border-color css
<style>
span { border-color: #F382BC; }
span { border-color: rgb(243,130,188); }
td.TdClassName
{
border-color: #F382BC;
}
.TagClassName
{
border-color: #F382BC;
}
</style>