Shades of Persian Pink #F381BD
Tints of Persian Pink #F381BD
RGB
CMYK
RGB Variations
Color information
#F381BD (or 0xF381BD) is known color: Persian Pink. HEX triplet: F3, 81 and BD. RGB value is (243,129,189). Sum of RGB (Red+Green+Blue) = 243+129+189=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F381BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381BD is #0C7E42. Grayscale: #A9A9A9. Windows color (decimal): -818755 or 12419571. OLE color: 12419571.
HSL color Cylindrical-coordinate representation of color #F381BD: hue angle of 328.42º degrees, saturation: 0.83, 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 #F381BD is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 189 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.05 |
| HSL | 328.42º | 0.83% | 0.73% | - |
| HSV(B) | 328.42º | 0.47% | 0.95% | - |
| XYZ | 54 | 38.43 | 52.72 | - |
| YUV | 169.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 189 | 0 | 0.47 | 0.22 | 0.05 | 328.42 | 0.83 | 0.73 |
| Hex | F3 | 81 | BD | 0 | 2F | 16 | 5 | 148 | 53 | 49 |
| Octal | 363 | 201 | 275 | 0 | 57 | 26 | 5 | 510 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10111101 | 0 | 101111 | 10110 | 101 | 101001000 | 1010011 | 1001001 |
Color Harmonies of #F381BD
Complementary color
Monochromatic Colors of #F381BD
Black with #F381BD
Text Example
Text Example
White with #F381BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381BD; }
p { color: rgb(243,129,189); }
H1.HeaderClassName
{
color: #F381BD;
}
.AnyTagClassName
{
color: #F381BD;
}
</style>
background-color css
<style>
a { background-color: #F381BD; }
a { background-color: rgb(243,129,189); }
div.DivClassName
{
background-color: #F381BD;
}
.BgClassName
{
background-color: #F381BD;
}
</style>
border-color css
<style>
span { border-color: #F381BD; }
span { border-color: rgb(243,129,189); }
td.TdClassName
{
border-color: #F381BD;
}
.TagClassName
{
border-color: #F381BD;
}
</style>