Shades of Persian Pink #F385B5
Tints of Persian Pink #F385B5
RGB
CMYK
RGB Variations
Color information
#F385B5 (or 0xF385B5) is known color: Persian Pink. HEX triplet: F3, 85 and B5. RGB value is (243,133,181). Sum of RGB (Red+Green+Blue) = 243+133+181=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F385B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385B5 is #0C7A4A. Grayscale: #ABABAB. Windows color (decimal): -817739 or 11896307. OLE color: 11896307.
HSL color Cylindrical-coordinate representation of color #F385B5: hue angle of 333.82º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385B5 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 181 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.05 |
| HSL | 333.82º | 0.82% | 0.74% | - |
| HSV(B) | 333.82º | 0.45% | 0.95% | - |
| XYZ | 53.69 | 39.17 | 48.45 | - |
| YUV | 171.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 181 | 0 | 0.45 | 0.26 | 0.05 | 333.82 | 0.82 | 0.74 |
| Hex | F3 | 85 | B5 | 0 | 2D | 1A | 5 | 14E | 52 | 4A |
| Octal | 363 | 205 | 265 | 0 | 55 | 32 | 5 | 516 | 122 | 112 |
| Binary | 11110011 | 10000101 | 10110101 | 0 | 101101 | 11010 | 101 | 101001110 | 1010010 | 1001010 |
Color Harmonies of #F385B5
Complementary color
Monochromatic Colors of #F385B5
Black with #F385B5
Text Example
Text Example
White with #F385B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385B5; }
p { color: rgb(243,133,181); }
H1.HeaderClassName
{
color: #F385B5;
}
.AnyTagClassName
{
color: #F385B5;
}
</style>
background-color css
<style>
a { background-color: #F385B5; }
a { background-color: rgb(243,133,181); }
div.DivClassName
{
background-color: #F385B5;
}
.BgClassName
{
background-color: #F385B5;
}
</style>
border-color css
<style>
span { border-color: #F385B5; }
span { border-color: rgb(243,133,181); }
td.TdClassName
{
border-color: #F385B5;
}
.TagClassName
{
border-color: #F385B5;
}
</style>