Shades of Persian Pink #FF75BC
Tints of Persian Pink #FF75BC
RGB
CMYK
RGB Variations
Color information
#FF75BC (or 0xFF75BC) is known color: Persian Pink. HEX triplet: FF, 75 and BC. RGB value is (255,117,188). Sum of RGB (Red+Green+Blue) = 255+117+188=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75BC is #008A43. Grayscale: #A6A6A6. Windows color (decimal): -35396 or 12350975. OLE color: 12350975.
HSL color Cylindrical-coordinate representation of color #FF75BC: hue angle of 329.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75BC is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 188 | - |
| CMYK | 0 | 0.54 | 0.26 | 0 |
| HSL | 329.13º | 1% | 0.73% | - |
| HSV(B) | 329.13º | 0.54% | 1% | - |
| XYZ | 56.68 | 37.61 | 51.85 | - |
| YUV | 166.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 188 | 0 | 0.54 | 0.26 | 0 | 329.13 | 1 | 0.73 |
| Hex | FF | 75 | BC | 0 | 36 | 1A | 0 | 149 | 64 | 49 |
| Octal | 377 | 165 | 274 | 0 | 66 | 32 | 0 | 511 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10111100 | 0 | 110110 | 11010 | 0 | 101001001 | 1100100 | 1001001 |
Color Harmonies of #FF75BC
Complementary color
Monochromatic Colors of #FF75BC
Black with #FF75BC
Text Example
Text Example
White with #FF75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75BC; }
p { color: rgb(255,117,188); }
H1.HeaderClassName
{
color: #FF75BC;
}
.AnyTagClassName
{
color: #FF75BC;
}
</style>
background-color css
<style>
a { background-color: #FF75BC; }
a { background-color: rgb(255,117,188); }
div.DivClassName
{
background-color: #FF75BC;
}
.BgClassName
{
background-color: #FF75BC;
}
</style>
border-color css
<style>
span { border-color: #FF75BC; }
span { border-color: rgb(255,117,188); }
td.TdClassName
{
border-color: #FF75BC;
}
.TagClassName
{
border-color: #FF75BC;
}
</style>