Shades of Persian Pink #F375BD
Tints of Persian Pink #F375BD
RGB
CMYK
RGB Variations
Color information
#F375BD (or 0xF375BD) is known color: Persian Pink. HEX triplet: F3, 75 and BD. RGB value is (243,117,189). Sum of RGB (Red+Green+Blue) = 243+117+189=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F375BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375BD is #0C8A42. Grayscale: #A2A2A2. Windows color (decimal): -821827 or 12416499. OLE color: 12416499.
HSL color Cylindrical-coordinate representation of color #F375BD: hue angle of 325.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375BD is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 189 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.05 |
| HSL | 325.71º | 0.84% | 0.71% | - |
| HSV(B) | 325.71º | 0.52% | 0.95% | - |
| XYZ | 52.51 | 35.45 | 52.22 | - |
| YUV | 162.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 189 | 0 | 0.52 | 0.22 | 0.05 | 325.71 | 0.84 | 0.71 |
| Hex | F3 | 75 | BD | 0 | 34 | 16 | 5 | 146 | 54 | 47 |
| Octal | 363 | 165 | 275 | 0 | 64 | 26 | 5 | 506 | 124 | 107 |
| Binary | 11110011 | 1110101 | 10111101 | 0 | 110100 | 10110 | 101 | 101000110 | 1010100 | 1000111 |
Color Harmonies of #F375BD
Complementary color
Monochromatic Colors of #F375BD
Black with #F375BD
Text Example
Text Example
White with #F375BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375BD; }
p { color: rgb(243,117,189); }
H1.HeaderClassName
{
color: #F375BD;
}
.AnyTagClassName
{
color: #F375BD;
}
</style>
background-color css
<style>
a { background-color: #F375BD; }
a { background-color: rgb(243,117,189); }
div.DivClassName
{
background-color: #F375BD;
}
.BgClassName
{
background-color: #F375BD;
}
</style>
border-color css
<style>
span { border-color: #F375BD; }
span { border-color: rgb(243,117,189); }
td.TdClassName
{
border-color: #F375BD;
}
.TagClassName
{
border-color: #F375BD;
}
</style>