Shades of Persian Pink #FF7CBD
Tints of Persian Pink #FF7CBD
RGB
CMYK
RGB Variations
Color information
#FF7CBD (or 0xFF7CBD) is known color: Persian Pink. HEX triplet: FF, 7C and BD. RGB value is (255,124,189). Sum of RGB (Red+Green+Blue) = 255+124+189=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CBD is #008342. Grayscale: #AAAAAA. Windows color (decimal): -33603 or 12418303. OLE color: 12418303.
HSL color Cylindrical-coordinate representation of color #FF7CBD: hue angle of 330.23º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CBD is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 189 | - |
| CMYK | 0 | 0.51 | 0.26 | 0 |
| HSL | 330.23º | 1% | 0.74% | - |
| HSV(B) | 330.23º | 0.51% | 1% | - |
| XYZ | 57.63 | 39.35 | 52.7 | - |
| YUV | 170.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 189 | 0 | 0.51 | 0.26 | 0 | 330.23 | 1 | 0.74 |
| Hex | FF | 7C | BD | 0 | 33 | 1A | 0 | 14A | 64 | 4A |
| Octal | 377 | 174 | 275 | 0 | 63 | 32 | 0 | 512 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10111101 | 0 | 110011 | 11010 | 0 | 101001010 | 1100100 | 1001010 |
Color Harmonies of #FF7CBD
Complementary color
Monochromatic Colors of #FF7CBD
Black with #FF7CBD
Text Example
Text Example
White with #FF7CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CBD; }
p { color: rgb(255,124,189); }
H1.HeaderClassName
{
color: #FF7CBD;
}
.AnyTagClassName
{
color: #FF7CBD;
}
</style>
background-color css
<style>
a { background-color: #FF7CBD; }
a { background-color: rgb(255,124,189); }
div.DivClassName
{
background-color: #FF7CBD;
}
.BgClassName
{
background-color: #FF7CBD;
}
</style>
border-color css
<style>
span { border-color: #FF7CBD; }
span { border-color: rgb(255,124,189); }
td.TdClassName
{
border-color: #FF7CBD;
}
.TagClassName
{
border-color: #FF7CBD;
}
</style>