Shades of Persian Pink #F383B3
Tints of Persian Pink #F383B3
RGB
CMYK
RGB Variations
Color information
#F383B3 (or 0xF383B3) is known color: Persian Pink. HEX triplet: F3, 83 and B3. RGB value is (243,131,179). Sum of RGB (Red+Green+Blue) = 243+131+179=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F383B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383B3 is #0C7C4C. Grayscale: #A9A9A9. Windows color (decimal): -818253 or 11764723. OLE color: 11764723.
HSL color Cylindrical-coordinate representation of color #F383B3: hue angle of 334.29º 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 #F383B3 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 179 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.05 |
| HSL | 334.29º | 0.82% | 0.73% | - |
| HSV(B) | 334.29º | 0.46% | 0.95% | - |
| XYZ | 53.22 | 38.54 | 47.28 | - |
| YUV | 169.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 179 | 0 | 0.46 | 0.26 | 0.05 | 334.29 | 0.82 | 0.73 |
| Hex | F3 | 83 | B3 | 0 | 2E | 1A | 5 | 14E | 52 | 49 |
| Octal | 363 | 203 | 263 | 0 | 56 | 32 | 5 | 516 | 122 | 111 |
| Binary | 11110011 | 10000011 | 10110011 | 0 | 101110 | 11010 | 101 | 101001110 | 1010010 | 1001001 |
Color Harmonies of #F383B3
Complementary color
Monochromatic Colors of #F383B3
Black with #F383B3
Text Example
Text Example
White with #F383B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383B3; }
p { color: rgb(243,131,179); }
H1.HeaderClassName
{
color: #F383B3;
}
.AnyTagClassName
{
color: #F383B3;
}
</style>
background-color css
<style>
a { background-color: #F383B3; }
a { background-color: rgb(243,131,179); }
div.DivClassName
{
background-color: #F383B3;
}
.BgClassName
{
background-color: #F383B3;
}
</style>
border-color css
<style>
span { border-color: #F383B3; }
span { border-color: rgb(243,131,179); }
td.TdClassName
{
border-color: #F383B3;
}
.TagClassName
{
border-color: #F383B3;
}
</style>