Shades of Persian Pink #F383BB
Tints of Persian Pink #F383BB
RGB
CMYK
RGB Variations
Color information
#F383BB (or 0xF383BB) is known color: Persian Pink. HEX triplet: F3, 83 and BB. RGB value is (243,131,187). Sum of RGB (Red+Green+Blue) = 243+131+187=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F383BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383BB is #0C7C44. Grayscale: #AAAAAA. Windows color (decimal): -818245 or 12289011. OLE color: 12289011.
HSL color Cylindrical-coordinate representation of color #F383BB: hue angle of 330º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383BB is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 187 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.05 |
| HSL | 330º | 0.82% | 0.73% | - |
| HSV(B) | 330º | 0.46% | 0.95% | - |
| XYZ | 54.05 | 38.88 | 51.67 | - |
| YUV | 170.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 187 | 0 | 0.46 | 0.23 | 0.05 | 330 | 0.82 | 0.73 |
| Hex | F3 | 83 | BB | 0 | 2E | 17 | 5 | 14A | 52 | 49 |
| Octal | 363 | 203 | 273 | 0 | 56 | 27 | 5 | 512 | 122 | 111 |
| Binary | 11110011 | 10000011 | 10111011 | 0 | 101110 | 10111 | 101 | 101001010 | 1010010 | 1001001 |
Color Harmonies of #F383BB
Complementary color
Monochromatic Colors of #F383BB
Black with #F383BB
Text Example
Text Example
White with #F383BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383BB; }
p { color: rgb(243,131,187); }
H1.HeaderClassName
{
color: #F383BB;
}
.AnyTagClassName
{
color: #F383BB;
}
</style>
background-color css
<style>
a { background-color: #F383BB; }
a { background-color: rgb(243,131,187); }
div.DivClassName
{
background-color: #F383BB;
}
.BgClassName
{
background-color: #F383BB;
}
</style>
border-color css
<style>
span { border-color: #F383BB; }
span { border-color: rgb(243,131,187); }
td.TdClassName
{
border-color: #F383BB;
}
.TagClassName
{
border-color: #F383BB;
}
</style>