Shades of Persian Pink #FF7FBE
Tints of Persian Pink #FF7FBE
RGB
CMYK
RGB Variations
Color information
#FF7FBE (or 0xFF7FBE) is known color: Persian Pink. HEX triplet: FF, 7F and BE. RGB value is (255,127,190). Sum of RGB (Red+Green+Blue) = 255+127+190=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FBE is #008041. Grayscale: #ACACAC. Windows color (decimal): -32834 or 12484607. OLE color: 12484607.
HSL color Cylindrical-coordinate representation of color #FF7FBE: hue angle of 330.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FBE is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 190 | - |
| CMYK | 0 | 0.50 | 0.25 | 0 |
| HSL | 330.47º | 1% | 0.75% | - |
| HSV(B) | 330.47º | 0.5% | 1% | - |
| XYZ | 58.12 | 40.16 | 53.4 | - |
| YUV | 172.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 190 | 0 | 0.50 | 0.25 | 0 | 330.47 | 1 | 0.75 |
| Hex | FF | 7F | BE | 0 | 32 | 19 | 0 | 14A | 64 | 4B |
| Octal | 377 | 177 | 276 | 0 | 62 | 31 | 0 | 512 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10111110 | 0 | 110010 | 11001 | 0 | 101001010 | 1100100 | 1001011 |
Color Harmonies of #FF7FBE
Complementary color
Monochromatic Colors of #FF7FBE
Black with #FF7FBE
Text Example
Text Example
White with #FF7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FBE; }
p { color: rgb(255,127,190); }
H1.HeaderClassName
{
color: #FF7FBE;
}
.AnyTagClassName
{
color: #FF7FBE;
}
</style>
background-color css
<style>
a { background-color: #FF7FBE; }
a { background-color: rgb(255,127,190); }
div.DivClassName
{
background-color: #FF7FBE;
}
.BgClassName
{
background-color: #FF7FBE;
}
</style>
border-color css
<style>
span { border-color: #FF7FBE; }
span { border-color: rgb(255,127,190); }
td.TdClassName
{
border-color: #FF7FBE;
}
.TagClassName
{
border-color: #FF7FBE;
}
</style>