Shades of Persian Pink #FF75BD
Tints of Persian Pink #FF75BD
RGB
CMYK
RGB Variations
Color information
#FF75BD (or 0xFF75BD) is known color: Persian Pink. HEX triplet: FF, 75 and BD. RGB value is (255,117,189). Sum of RGB (Red+Green+Blue) = 255+117+189=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75BD is #008A42. Grayscale: #A6A6A6. Windows color (decimal): -35395 or 12416511. OLE color: 12416511.
HSL color Cylindrical-coordinate representation of color #FF75BD: hue angle of 328.7º 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 #FF75BD is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 189 | - |
| CMYK | 0 | 0.54 | 0.26 | 0 |
| HSL | 328.7º | 1% | 0.73% | - |
| HSV(B) | 328.7º | 0.54% | 1% | - |
| XYZ | 56.79 | 37.66 | 52.42 | - |
| YUV | 166.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 189 | 0 | 0.54 | 0.26 | 0 | 328.7 | 1 | 0.73 |
| Hex | FF | 75 | BD | 0 | 36 | 1A | 0 | 149 | 64 | 49 |
| Octal | 377 | 165 | 275 | 0 | 66 | 32 | 0 | 511 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10111101 | 0 | 110110 | 11010 | 0 | 101001001 | 1100100 | 1001001 |
Color Harmonies of #FF75BD
Complementary color
Monochromatic Colors of #FF75BD
Black with #FF75BD
Text Example
Text Example
White with #FF75BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75BD; }
p { color: rgb(255,117,189); }
H1.HeaderClassName
{
color: #FF75BD;
}
.AnyTagClassName
{
color: #FF75BD;
}
</style>
background-color css
<style>
a { background-color: #FF75BD; }
a { background-color: rgb(255,117,189); }
div.DivClassName
{
background-color: #FF75BD;
}
.BgClassName
{
background-color: #FF75BD;
}
</style>
border-color css
<style>
span { border-color: #FF75BD; }
span { border-color: rgb(255,117,189); }
td.TdClassName
{
border-color: #FF75BD;
}
.TagClassName
{
border-color: #FF75BD;
}
</style>